Shades of Medium Blue #2401DE
Tints of Medium Blue #2401DE
RGB
CMYK
RGB Variations
Color information
#2401DE (or 0x2401DE) is known color: Medium Blue. HEX triplet: 24, 01 and DE. RGB value is (36,1,222). Sum of RGB (Red+Green+Blue) = 36+1+222=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 222 (87.11% from 255 or 85.71% from 259); Max value from RGB is 222 - color contains mainly: blue. Hex color #2401DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2401DE is #DBFE21. Grayscale: #232323. Windows color (decimal): -14417442 or 14549284. OLE color: 14549284.
HSL color Cylindrical-coordinate representation of color #2401DE: hue angle of 249.5º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2401DE is Cyan = 0.84, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 1 | 222 | - |
| CMYK | 0.84 | 1.00 | 0 | 0.13 |
| HSL | 249.5º | 0.99% | 0.44% | - |
| HSV(B) | 249.5º | 1% | 0.87% | - |
| XYZ | 13.92 | 5.67 | 69.47 | - |
| YUV | 36.66 | 232.6 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 222 | 0.84 | 1.00 | 0 | 0.13 | 249.5 | 0.99 | 0.44 |
| Hex | 24 | 1 | DE | 54 | 64 | 0 | D | FA | 63 | 2C |
| Octal | 44 | 1 | 336 | 124 | 144 | 0 | 15 | 372 | 143 | 54 |
| Binary | 100100 | 1 | 11011110 | 1010100 | 1100100 | 0 | 1101 | 11111010 | 1100011 | 101100 |
Color Harmonies of #2401DE
Complementary color
Monochromatic Colors of #2401DE
Black with #2401DE
Text Example
Text Example
White with #2401DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2401DE; }
p { color: rgb(36,1,222); }
H1.HeaderClassName
{
color: #2401DE;
}
.AnyTagClassName
{
color: #2401DE;
}
</style>
background-color css
<style>
a { background-color: #2401DE; }
a { background-color: rgb(36,1,222); }
div.DivClassName
{
background-color: #2401DE;
}
.BgClassName
{
background-color: #2401DE;
}
</style>
border-color css
<style>
span { border-color: #2401DE; }
span { border-color: rgb(36,1,222); }
td.TdClassName
{
border-color: #2401DE;
}
.TagClassName
{
border-color: #2401DE;
}
</style>