CSS Color Background

Blue (Crayola)

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

Preview

Blue (Crayola) solid color background preview (#1F75FE)

Color value: #1F75FE

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #1F75FE; }

HTML Code

<section class="hero blue-crayola-bg"> <h2>Your content</h2> </section> <style> .blue-crayola-bg { background-color: #1F75FE; } </style>