#0F7CF8
A medium, vivid blue closely aligning with Royalblue.
About #0F7CF8
Visually, #0F7CF8 is defined as a vivid blue. Designers often compare it to the standard color Royalblue. This translates to an RGB value of rgb(15, 124, 248).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 94% cyan, 50% magenta, 0% yellow, and 3% black. With a hue angle of 211.9 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F7CF8
RGB15, 124, 248
HSL211.9°, 94.3%, 51.6%
CMYK94%, 50%, 0%, 3%
HSV211.9°, 94.0%, 97.3%
LAB53.3, 19.0, -69.4
XYZ24.3, 21.3, 91.6
Decimal1015032
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.99:1
Text on #FFFFFF
AA Large
5.26:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7CF8;
}
.text-color {
color: #0F7CF8;
}
.border-color {
border: 2px solid #0F7CF8;
}