CSS Color Background

Dodger Blue

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

Preview

Dodger Blue solid color background preview (#1E90FF)

Color value: #1E90FF

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

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