CSS Color Background

Blue (Ryb)

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

Preview

Blue (Ryb) solid color background preview (#0247FE)

Color value: #0247FE

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #0247FE; }

HTML Code

<section class="hero blue-ryb-bg"> <h2>Your content</h2> </section> <style> .blue-ryb-bg { background-color: #0247FE; } </style>