CSS Color Background

Blue Yonder

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

Preview

Blue Yonder solid color background preview (#5072A7)

Color value: #5072A7

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #5072A7; }

HTML Code

<section class="hero blue-yonder-bg"> <h2>Your content</h2> </section> <style> .blue-yonder-bg { background-color: #5072A7; } </style>