#0F0FFF
A medium, vivid blue closely aligning with Blue.
About #0F0FFF
At its core, #0F0FFF is a medium and vivid hue. It is closely associated with the named CSS color Blue. In the RGB color space, it consists of 15 red, 15 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. The color uses 94% Cyan, 94% Magenta, 0% Yellow, and 0% Black. The HSL representation is 240.0° hue, 100.0% saturation, and 52.9% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F0FFF
RGB15, 15, 255
HSL240.0°, 100.0%, 52.9%
CMYK94%, 94%, 0%, 0%
HSV240.0°, 94.1%, 100.0%
LAB33.3, 77.0, -106.2
XYZ18.4, 7.7, 95.1
Decimal987135
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.29:1
Text on #FFFFFF
AAA
2.53:1
Text on #000000
FAIL
7.93:1
Text on #F8FAFC
AAA
2.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0FFF;
}
.text-color {
color: #0F0FFF;
}
.border-color {
border: 2px solid #0F0FFF;
}