CSS Color Background

Resolution Blue

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

Preview

Resolution Blue solid color background preview (#002387)

Color value: #002387

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #002387; }

HTML Code

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