Shades of Medium Blue #2417DC
Tints of Medium Blue #2417DC
RGB
CMYK
RGB Variations
Color information
#2417DC (or 0x2417DC) is known color: Medium Blue. HEX triplet: 24, 17 and DC. RGB value is (36,23,220). Sum of RGB (Red+Green+Blue) = 36+23+220=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 220 (86.33% from 255 or 78.85% from 279); Max value from RGB is 220 - color contains mainly: blue. Hex color #2417DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2417DC is #DBE823. Grayscale: #303030. Windows color (decimal): -14411812 or 14423844. OLE color: 14423844.
HSL color Cylindrical-coordinate representation of color #2417DC: hue angle of 243.96º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2417DC is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 23 | 220 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.14 |
| HSL | 243.96º | 0.81% | 0.48% | - |
| HSV(B) | 243.96º | 0.9% | 0.86% | - |
| XYZ | 13.95 | 6.16 | 68.16 | - |
| YUV | 49.35 | 224.31 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 220 | 0.84 | 0.90 | 0 | 0.14 | 243.96 | 0.81 | 0.48 |
| Hex | 24 | 17 | DC | 54 | 5A | 0 | E | F4 | 51 | 30 |
| Octal | 44 | 27 | 334 | 124 | 132 | 0 | 16 | 364 | 121 | 60 |
| Binary | 100100 | 10111 | 11011100 | 1010100 | 1011010 | 0 | 1110 | 11110100 | 1010001 | 110000 |
Color Harmonies of #2417DC
Complementary color
Monochromatic Colors of #2417DC
Black with #2417DC
Text Example
Text Example
White with #2417DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2417DC; }
p { color: rgb(36,23,220); }
H1.HeaderClassName
{
color: #2417DC;
}
.AnyTagClassName
{
color: #2417DC;
}
</style>
background-color css
<style>
a { background-color: #2417DC; }
a { background-color: rgb(36,23,220); }
div.DivClassName
{
background-color: #2417DC;
}
.BgClassName
{
background-color: #2417DC;
}
</style>
border-color css
<style>
span { border-color: #2417DC; }
span { border-color: rgb(36,23,220); }
td.TdClassName
{
border-color: #2417DC;
}
.TagClassName
{
border-color: #2417DC;
}
</style>