Shades of Medium Blue #2417DE
Tints of Medium Blue #2417DE
RGB
CMYK
RGB Variations
Color information
#2417DE (or 0x2417DE) is known color: Medium Blue. HEX triplet: 24, 17 and DE. RGB value is (36,23,222). Sum of RGB (Red+Green+Blue) = 36+23+222=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 222 (87.11% from 255 or 79.00% from 281); Max value from RGB is 222 - color contains mainly: blue. Hex color #2417DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2417DE is #DBE821. Grayscale: #303030. Windows color (decimal): -14411810 or 14554916. OLE color: 14554916.
HSL color Cylindrical-coordinate representation of color #2417DE: hue angle of 243.92º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2417DE is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 23 | 222 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.13 |
| HSL | 243.92º | 0.81% | 0.48% | - |
| HSV(B) | 243.92º | 0.9% | 0.87% | - |
| XYZ | 14.22 | 6.26 | 69.57 | - |
| YUV | 49.57 | 225.31 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 222 | 0.84 | 0.90 | 0 | 0.13 | 243.92 | 0.81 | 0.48 |
| Hex | 24 | 17 | DE | 54 | 5A | 0 | D | F4 | 51 | 30 |
| Octal | 44 | 27 | 336 | 124 | 132 | 0 | 15 | 364 | 121 | 60 |
| Binary | 100100 | 10111 | 11011110 | 1010100 | 1011010 | 0 | 1101 | 11110100 | 1010001 | 110000 |
Color Harmonies of #2417DE
Complementary color
Monochromatic Colors of #2417DE
Black with #2417DE
Text Example
Text Example
White with #2417DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2417DE; }
p { color: rgb(36,23,222); }
H1.HeaderClassName
{
color: #2417DE;
}
.AnyTagClassName
{
color: #2417DE;
}
</style>
background-color css
<style>
a { background-color: #2417DE; }
a { background-color: rgb(36,23,222); }
div.DivClassName
{
background-color: #2417DE;
}
.BgClassName
{
background-color: #2417DE;
}
</style>
border-color css
<style>
span { border-color: #2417DE; }
span { border-color: rgb(36,23,222); }
td.TdClassName
{
border-color: #2417DE;
}
.TagClassName
{
border-color: #2417DE;
}
</style>