#1675F8
A medium, vivid blue closely aligning with Royalblue.
About #1675F8
The precise color #1675F8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Royalblue. This translates to an RGB value of rgb(22, 117, 248).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 91% cyan, 53% magenta, 0% yellow, and 3% black. With a hue angle of 214.8 degrees, it sits comfortably in the blue spectrum.
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 #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1675F8
RGB22, 117, 248
HSL214.8°, 94.2%, 52.9%
CMYK91%, 53%, 0%, 3%
HSV214.8°, 91.1%, 97.3%
LAB51.5, 23.6, -72.3
XYZ23.6, 19.7, 91.4
Decimal1471992
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.93:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1675F8;
}
.text-color {
color: #1675F8;
}
.border-color {
border: 2px solid #1675F8;
}