CSS Color Background

United Nations Blue

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

Preview

United Nations Blue solid color background preview (#5B92E5)

Color value: #5B92E5

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

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