CSS Color Background

Star Command Blue

Pure CSS color background: #007BB8. Use this solid color for personal and commercial creative projects.

Preview

Star Command Blue solid color background preview (#007BB8)

Color value: #007BB8

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #007BB8; }

HTML Code

<section class="hero star-command-blue-bg"> <h2>Your content</h2> </section> <style> .star-command-blue-bg { background-color: #007BB8; } </style>