CSS Color Background

Blue

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

Preview

Blue solid color background preview (#0000FF)

Color value: #0000FF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #0000FF; }

HTML Code

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