CSS Color Background

Brandeis Blue

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

Preview

Brandeis Blue solid color background preview (#0070FF)

Color value: #0070FF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #0070FF; }

HTML Code

<section class="hero brandeis-blue-bg"> <h2>Your content</h2> </section> <style> .brandeis-blue-bg { background-color: #0070FF; } </style>