#071DD3
A medium, vivid blue closely aligning with Mediumblue.
About #071DD3
When working with digital screens, the color #071DD3 is rendered by mixing light. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(7, 29, 211).
For print applications, it's crucial to understand its CMYK makeup. The color uses 97% Cyan, 86% Magenta, 0% Yellow, and 17% Black. The HSL representation is 233.5° hue, 93.6% saturation, and 42.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#071DD3
RGB7, 29, 211
HSL233.5°, 93.6%, 42.7%
CMYK97%, 86%, 0%, 17%
HSV233.5°, 96.7%, 82.7%
LAB28.5, 61.2, -89.2
XYZ12.3, 5.6, 62.1
Decimal466387
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.88:1
Text on #FFFFFF
AAA
2.13:1
Text on #000000
FAIL
9.44:1
Text on #F8FAFC
AAA
1.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #071DD3;
}
.text-color {
color: #071DD3;
}
.border-color {
border: 2px solid #071DD3;
}