CSS Color Background

Usafa Blue

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

Preview

Usafa Blue solid color background preview (#004F98)

Color value: #004F98

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #004F98; }

HTML Code

<section class="hero usafa-blue-bg"> <h2>Your content</h2> </section> <style> .usafa-blue-bg { background-color: #004F98; } </style>