#160FD3
A medium, vivid blue closely aligning with Mediumblue.
About #160FD3
The hex code #160FD3 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 15, and 211.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 90% Cyan, 93% Magenta, 0% Yellow, and 17% Black. With a hue angle of 242.1 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#160FD3
RGB22, 15, 211
HSL242.1°, 86.7%, 44.3%
CMYK90%, 93%, 0%, 17%
HSV242.1°, 92.9%, 82.7%
LAB27.3, 65.8, -91.0
XYZ12.3, 5.2, 62.0
Decimal1445843
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.28:1
Text on #FFFFFF
AAA
2.04:1
Text on #000000
FAIL
9.82:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160FD3;
}
.text-color {
color: #160FD3;
}
.border-color {
border: 2px solid #160FD3;
}