#0F66FF
A medium, vivid blue closely aligning with Mediumslateblue.
About #0F66FF
The hex code #0F66FF represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumslateblue. Its digital footprint relies on 15 parts red, 102 parts green, and 255 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 94% C, 60% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F66FF
RGB15, 102, 255
HSL218.3°, 100.0%, 52.9%
CMYK94%, 60%, 0%, 0%
HSV218.3°, 94.1%, 100.0%
LAB48.0, 35.5, -81.8
XYZ23.0, 16.8, 96.6
Decimal1009407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.81:1
Text on #FFFFFF
AA
4.36:1
Text on #000000
AA Large
4.60:1
Text on #F8FAFC
AA
3.71:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F66FF;
}
.text-color {
color: #0F66FF;
}
.border-color {
border: 2px solid #0F66FF;
}