#0F66F0
A medium, vivid blue closely aligning with Royalblue.
About #0F66F0
At its core, #0F66F0 is a medium and vivid hue. Its closest recognized web color is Royalblue. This translates to an RGB value of rgb(15, 102, 240).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 94% cyan, 57% magenta, 0% yellow, and 6% black. With a hue angle of 216.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 #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F66F0
RGB15, 102, 240
HSL216.8°, 88.2%, 50.0%
CMYK94%, 57%, 0%, 6%
HSV216.8°, 93.8%, 94.1%
LAB46.8, 29.9, -75.4
XYZ20.7, 15.9, 84.4
Decimal1009392
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.02:1
Text on #FFFFFF
AA
4.18:1
Text on #000000
AA Large
4.80:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F66F0;
}
.text-color {
color: #0F66F0;
}
.border-color {
border: 2px solid #0F66F0;
}