CSS Color Background

Royal Blue (Web)

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

Preview

Royal Blue (Web) solid color background preview (#4169E1)

Color value: #4169E1

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #4169E1; }

HTML Code

<section class="hero royal-blue-web-bg"> <h2>Your content</h2> </section> <style> .royal-blue-web-bg { background-color: #4169E1; } </style>