CSS Color Background

Steel Blue

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

Preview

Steel Blue solid color background preview (#4682B4)

Color value: #4682B4

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #4682B4; }

HTML Code

<section class="hero steel-blue-bg"> <h2>Your content</h2> </section> <style> .steel-blue-bg { background-color: #4682B4; } </style>