CSS Color Background

Cg Blue

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

Preview

Cg Blue solid color background preview (#007AA5)

Color value: #007AA5

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #007AA5; }

HTML Code

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