#0700B6
A dark, vivid blue closely aligning with Mediumblue.
About #0700B6
The precise color #0700B6 is an excellent choice for modern design projects. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 0, and 182.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 96% C, 100% M, 0% Y, and 29% K. The HSL representation is 242.3° hue, 100.0% saturation, and 35.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0700B6
RGB7, 0, 182
HSL242.3°, 100.0%, 35.7%
CMYK96%, 100%, 0%, 29%
HSV242.3°, 100.0%, 71.4%
LAB21.7, 61.5, -83.4
XYZ8.5, 3.4, 44.5
Decimal458934
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.47:1
Text on #FFFFFF
AAA
1.68:1
Text on #000000
FAIL
11.92:1
Text on #F8FAFC
AAA
1.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0700B6;
}
.text-color {
color: #0700B6;
}
.border-color {
border: 2px solid #0700B6;
}