CSS Color Background

B'dazzled Blue

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

Preview

B'dazzled Blue solid color background preview (#2E5894)

Color value: #2E5894

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

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