CSS Color Background

Royal Azure

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

Preview

Royal Azure solid color background preview (#0038A8)

Color value: #0038A8

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #0038A8; }

HTML Code

<section class="hero royal-azure-bg"> <h2>Your content</h2> </section> <style> .royal-azure-bg { background-color: #0038A8; } </style>