#160FC5
A medium, vivid blue closely aligning with Mediumblue.
About #160FC5
The hex code #160FC5 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. Its digital footprint relies on 22 parts red, 15 parts green, and 197 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 89% Cyan, 92% Magenta, 0% Yellow, and 23% Black. With a hue angle of 242.3 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#160FC5
RGB22, 15, 197
HSL242.3°, 85.8%, 41.6%
CMYK89%, 92%, 0%, 23%
HSV242.3°, 92.4%, 77.3%
LAB25.4, 62.1, -86.1
XYZ10.6, 4.5, 53.1
Decimal1445829
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.00:1
Text on #FFFFFF
AAA
1.91:1
Text on #000000
FAIL
10.52:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160FC5;
}
.text-color {
color: #160FC5;
}
.border-color {
border: 2px solid #160FC5;
}