#0707B6
A dark, vivid blue closely aligning with Mediumblue.
About #0707B6
At its core, #0707B6 is a dark and vivid hue. Designers often compare it to the standard color Mediumblue. Its digital footprint relies on 7 parts red, 7 parts green, and 182 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 96% cyan and 96% magenta inks. With a hue angle of 240.0 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#0707B6
RGB7, 7, 182
HSL240.0°, 92.6%, 37.1%
CMYK96%, 96%, 0%, 29%
HSV240.0°, 96.2%, 71.4%
LAB22.2, 59.8, -82.5
XYZ8.6, 3.6, 44.5
Decimal460726
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.25:1
Text on #FFFFFF
AAA
1.71:1
Text on #000000
FAIL
11.70:1
Text on #F8FAFC
AAA
1.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0707B6;
}
.text-color {
color: #0707B6;
}
.border-color {
border: 2px solid #0707B6;
}