#165FF0
A medium, vivid blue closely aligning with Royalblue.
About #165FF0
When working with digital screens, the color #165FF0 is rendered by mixing light. Designers often compare it to the standard color Royalblue. Its digital footprint relies on 22 parts red, 95 parts green, and 240 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 91% cyan and 60% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#165FF0
RGB22, 95, 240
HSL219.9°, 87.9%, 51.4%
CMYK91%, 60%, 0%, 6%
HSV219.9°, 90.8%, 94.1%
LAB45.1, 34.6, -78.2
XYZ20.2, 14.6, 84.2
Decimal1466352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.34:1
Text on #FFFFFF
AA
3.93:1
Text on #000000
AA Large
5.11:1
Text on #F8FAFC
AA
3.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #165FF0;
}
.text-color {
color: #165FF0;
}
.border-color {
border: 2px solid #165FF0;
}