#240FBD
A medium, vivid blue closely aligning with Mediumblue.
About #240FBD
When working with digital screens, the color #240FBD is rendered by mixing light. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(36, 15, 189).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 81% C, 92% M, 0% Y, and 26% K. With a hue angle of 247.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#240FBD
RGB36, 15, 189
HSL247.2°, 85.3%, 40.0%
CMYK81%, 92%, 0%, 26%
HSV247.2°, 92.1%, 74.1%
LAB24.9, 60.3, -82.1
XYZ10.1, 4.4, 48.5
Decimal2363325
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.18:1
Text on #FFFFFF
AAA
1.88:1
Text on #000000
FAIL
10.69:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #240FBD;
}
.text-color {
color: #240FBD;
}
.border-color {
border: 2px solid #240FBD;
}