#162CF8
A medium, vivid blue closely aligning with Mediumblue.
About #162CF8
At its core, #162CF8 is a medium and vivid hue. 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, 44, and 248.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 91% cyan and 82% magenta inks. 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#162CF8
RGB22, 44, 248
HSL234.2°, 94.2%, 52.9%
CMYK91%, 82%, 0%, 3%
HSV234.2°, 91.1%, 97.3%
LAB35.5, 66.1, -98.6
XYZ18.2, 8.7, 89.5
Decimal1453304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.64:1
Text on #FFFFFF
AAA
2.75:1
Text on #000000
FAIL
7.30:1
Text on #F8FAFC
AAA
2.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #162CF8;
}
.text-color {
color: #162CF8;
}
.border-color {
border: 2px solid #162CF8;
}