#0016E9
A medium, vivid blue closely aligning with Mediumblue.
About #0016E9
Visually, #0016E9 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumblue. Its digital footprint relies on 0 parts red, 22 parts green, and 233 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 91% Magenta, 0% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0016E9
RGB0, 22, 233
HSL234.3°, 100.0%, 45.7%
CMYK100%, 91%, 0%, 9%
HSV234.3°, 100.0%, 91.4%
LAB30.5, 69.6, -98.4
XYZ15.0, 6.5, 77.5
Decimal5865
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.16:1
Text on #FFFFFF
AAA
2.29:1
Text on #000000
FAIL
8.76:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0016E9;
}
.text-color {
color: #0016E9;
}
.border-color {
border: 2px solid #0016E9;
}