CSS Color Background

Air Force Blue (Raf)

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

Preview

Air Force Blue (Raf) solid color background preview (#5D8AA8)

Color value: #5D8AA8

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #5D8AA8; }

HTML Code

<section class="hero air-force-blue-bg"> <h2>Your content</h2> </section> <style> .air-force-blue-bg { background-color: #5D8AA8; } </style>