CSS Color Background

True Blue

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

Preview

True Blue solid color background preview (#0073CF)

Color value: #0073CF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #0073CF; }

HTML Code

<section class="hero true-blue-bg"> <h2>Your content</h2> </section> <style> .true-blue-bg { background-color: #0073CF; } </style>