#162CFF
A medium, vivid blue closely aligning with Blue.
About #162CFF
At its core, #162CFF is a medium and vivid hue. Designers often compare it to the standard color Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 44, and 255.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 91% C, 83% M, 0% Y, and 0% K. With a hue angle of 234.3 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#162CFF
RGB22, 44, 255
HSL234.3°, 100.0%, 54.3%
CMYK91%, 83%, 0%, 0%
HSV234.3°, 91.4%, 100.0%
LAB36.4, 68.1, -101.1
XYZ19.3, 9.2, 95.4
Decimal1453311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.40:1
Text on #FFFFFF
AAA
2.84:1
Text on #000000
FAIL
7.07:1
Text on #F8FAFC
AAA
2.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #162CFF;
}
.text-color {
color: #162CFF;
}
.border-color {
border: 2px solid #162CFF;
}