#0716BD
A dark, vivid blue closely aligning with Mediumblue.
About #0716BD
The hex code #0716BD represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 7 red, 22 green, and 189 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 96% C, 88% M, 0% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0716BD
RGB7, 22, 189
HSL235.1°, 92.9%, 38.4%
CMYK96%, 88%, 0%, 26%
HSV235.1°, 96.3%, 74.1%
LAB24.6, 57.5, -82.7
XYZ9.6, 4.3, 48.5
Decimal464573
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.30:1
Text on #FFFFFF
AAA
1.86:1
Text on #000000
FAIL
10.80:1
Text on #F8FAFC
AAA
1.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0716BD;
}
.text-color {
color: #0716BD;
}
.border-color {
border: 2px solid #0716BD;
}