#165FE9
A medium, vivid blue closely aligning with Royalblue.
About #165FE9
Visually, #165FE9 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Royalblue. This translates to an RGB value of rgb(22, 95, 233).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 91% cyan, 59% magenta, 0% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#165FE9
RGB22, 95, 233
HSL219.2°, 82.7%, 50.0%
CMYK91%, 59%, 0%, 9%
HSV219.2°, 90.6%, 91.4%
LAB44.6, 31.9, -75.2
XYZ19.1, 14.2, 78.8
Decimal1466345
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.46:1
Text on #FFFFFF
AA
3.85:1
Text on #000000
AA Large
5.22:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #165FE9;
}
.text-color {
color: #165FE9;
}
.border-color {
border: 2px solid #165FE9;
}