Shades of Medium Blue #2417D8
Tints of Medium Blue #2417D8
RGB
CMYK
RGB Variations
Color information
#2417D8 (or 0x2417D8) is known color: Medium Blue. HEX triplet: 24, 17 and D8. RGB value is (36,23,216). Sum of RGB (Red+Green+Blue) = 36+23+216=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 216 (84.77% from 255 or 78.55% from 275); Max value from RGB is 216 - color contains mainly: blue. Hex color #2417D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2417D8 is #DBE827. Grayscale: #303030. Windows color (decimal): -14411816 or 14161700. OLE color: 14161700.
HSL color Cylindrical-coordinate representation of color #2417D8: hue angle of 244.04º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2417D8 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 23 | 216 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.15 |
| HSL | 244.04º | 0.81% | 0.47% | - |
| HSV(B) | 244.04º | 0.89% | 0.85% | - |
| XYZ | 13.43 | 5.95 | 65.41 | - |
| YUV | 48.89 | 222.31 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 216 | 0.83 | 0.89 | 0 | 0.15 | 244.04 | 0.81 | 0.47 |
| Hex | 24 | 17 | D8 | 53 | 59 | 0 | F | F4 | 51 | 2F |
| Octal | 44 | 27 | 330 | 123 | 131 | 0 | 17 | 364 | 121 | 57 |
| Binary | 100100 | 10111 | 11011000 | 1010011 | 1011001 | 0 | 1111 | 11110100 | 1010001 | 101111 |
Color Harmonies of #2417D8
Complementary color
Monochromatic Colors of #2417D8
Black with #2417D8
Text Example
Text Example
White with #2417D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2417D8; }
p { color: rgb(36,23,216); }
H1.HeaderClassName
{
color: #2417D8;
}
.AnyTagClassName
{
color: #2417D8;
}
</style>
background-color css
<style>
a { background-color: #2417D8; }
a { background-color: rgb(36,23,216); }
div.DivClassName
{
background-color: #2417D8;
}
.BgClassName
{
background-color: #2417D8;
}
</style>
border-color css
<style>
span { border-color: #2417D8; }
span { border-color: rgb(36,23,216); }
td.TdClassName
{
border-color: #2417D8;
}
.TagClassName
{
border-color: #2417D8;
}
</style>