CSS Color Background

Blue (Ncs)

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

Preview

Blue (Ncs) solid color background preview (#0087BD)

Color value: #0087BD

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #0087BD; }

HTML Code

<section class="hero blue-ncs-bg"> <h2>Your content</h2> </section> <style> .blue-ncs-bg { background-color: #0087BD; } </style>