#0F6DC5
A medium, vivid blue closely aligning with Cornflowerblue.
About #0F6DC5
The precise color #0F6DC5 is an excellent choice for modern design projects. It is closely associated with the named CSS color Cornflowerblue. In the RGB color space, it consists of 15 red, 109 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 92% C, 45% M, 0% Y, and 23% K. The HSL representation is 209.0° hue, 85.8% saturation, and 41.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F6DC5
RGB15, 109, 197
HSL209.0°, 85.8%, 41.6%
CMYK92%, 45%, 0%, 23%
HSV209.0°, 92.4%, 77.3%
LAB45.7, 8.5, -52.8
XYZ15.7, 15.1, 54.9
Decimal1011141
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.23:1
Text on #FFFFFF
AA
4.01:1
Text on #000000
AA Large
5.00:1
Text on #F8FAFC
AA
3.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F6DC5;
}
.text-color {
color: #0F6DC5;
}
.border-color {
border: 2px solid #0F6DC5;
}