#0033CC
A medium, vivid blue closely aligning with Darkblue.
About #0033CC
Visually, #0033CC is defined as a vivid blue. Designers often compare it to the standard color Darkblue. Its digital footprint relies on 0 parts red, 51 parts green, and 204 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 75% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0033CC
RGB0, 51, 204
HSL225.0°, 100.0%, 40.0%
CMYK100%, 75%, 0%, 20%
HSV225.0°, 100.0%, 80.0%
LAB31.2, 48.1, -80.6
XYZ12.1, 6.7, 57.8
Decimal13260
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.95:1
Text on #FFFFFF
AAA
2.35:1
Text on #000000
FAIL
8.56:1
Text on #F8FAFC
AAA
1.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0033CC;
}
.text-color {
color: #0033CC;
}
.border-color {
border: 2px solid #0033CC;
}