CSS Color Background

Rich Electric Blue

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

Preview

Rich Electric Blue solid color background preview (#0892D0)

Color value: #0892D0

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #0892D0; }

HTML Code

<section class="hero rich-electric-blue-bg"> <h2>Your content</h2> </section> <style> .rich-electric-blue-bg { background-color: #0892D0; } </style>