CSS Color Background

Celestial Blue

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

Preview

Celestial Blue solid color background preview (#4997D0)

Color value: #4997D0

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

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