CSS Color Background

Cerulean Blue

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

Preview

Cerulean Blue solid color background preview (#2A52BE)

Color value: #2A52BE

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #2A52BE; }

HTML Code

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