#071DF0
A medium, vivid blue closely aligning with Mediumblue.
About #071DF0
Visually, #071DF0 is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. Its digital footprint relies on 7 parts red, 29 parts green, and 240 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 97% cyan and 88% magenta inks. With a hue angle of 234.3 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#071DF0
RGB7, 29, 240
HSL234.3°, 94.3%, 48.4%
CMYK97%, 88%, 0%, 6%
HSV234.3°, 97.1%, 94.1%
LAB32.3, 69.4, -99.4
XYZ16.3, 7.2, 83.0
Decimal466416
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.60:1
Text on #FFFFFF
AAA
2.44:1
Text on #000000
FAIL
8.22:1
Text on #F8FAFC
AAA
2.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #071DF0;
}
.text-color {
color: #071DF0;
}
.border-color {
border: 2px solid #071DF0;
}