CSS Color Background

Cornflower Blue

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

Preview

Cornflower Blue solid color background preview (#6495ED)

Color value: #6495ED

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #6495ED; }

HTML Code

<section class="hero cornflower-blue-bg"> <h2>Your content</h2> </section> <style> .cornflower-blue-bg { background-color: #6495ED; } </style>