#0F49F0
A medium, vivid blue closely aligning with Mediumblue.
About #0F49F0
The precise color #0F49F0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 73, and 240.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 94% cyan, 70% magenta, 0% yellow, and 6% black. The HSL representation is 224.5° hue, 88.2% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#0F49F0
RGB15, 73, 240
HSL224.5°, 88.2%, 50.0%
CMYK94%, 70%, 0%, 6%
HSV224.5°, 93.8%, 94.1%
LAB39.8, 48.0, -86.9
XYZ18.3, 11.2, 83.6
Decimal1001968
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.50:1
Text on #FFFFFF
AA
3.23:1
Text on #000000
AA Large
6.21:1
Text on #F8FAFC
AA
2.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F49F0;
}
.text-color {
color: #0F49F0;
}
.border-color {
border: 2px solid #0F49F0;
}