Shades of Medium Blue #2408D8
Tints of Medium Blue #2408D8
RGB
CMYK
RGB Variations
Color information
#2408D8 (or 0x2408D8) is known color: Medium Blue. HEX triplet: 24, 08 and D8. RGB value is (36,8,216). Sum of RGB (Red+Green+Blue) = 36+8+216=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 216 (84.77% from 255 or 83.08% from 260); Max value from RGB is 216 - color contains mainly: blue. Hex color #2408D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2408D8 is #DBF727. Grayscale: #272727. Windows color (decimal): -14415656 or 14157860. OLE color: 14157860.
HSL color Cylindrical-coordinate representation of color #2408D8: hue angle of 248.08º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2408D8 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 8 | 216 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.15 |
| HSL | 248.08º | 0.93% | 0.44% | - |
| HSV(B) | 248.08º | 0.96% | 0.85% | - |
| XYZ | 13.21 | 5.51 | 65.33 | - |
| YUV | 40.08 | 227.28 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 216 | 0.83 | 0.96 | 0 | 0.15 | 248.08 | 0.93 | 0.44 |
| Hex | 24 | 8 | D8 | 53 | 60 | 0 | F | F8 | 5D | 2C |
| Octal | 44 | 10 | 330 | 123 | 140 | 0 | 17 | 370 | 135 | 54 |
| Binary | 100100 | 1000 | 11011000 | 1010011 | 1100000 | 0 | 1111 | 11111000 | 1011101 | 101100 |
Color Harmonies of #2408D8
Complementary color
Monochromatic Colors of #2408D8
Black with #2408D8
Text Example
Text Example
White with #2408D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2408D8; }
p { color: rgb(36,8,216); }
H1.HeaderClassName
{
color: #2408D8;
}
.AnyTagClassName
{
color: #2408D8;
}
</style>
background-color css
<style>
a { background-color: #2408D8; }
a { background-color: rgb(36,8,216); }
div.DivClassName
{
background-color: #2408D8;
}
.BgClassName
{
background-color: #2408D8;
}
</style>
border-color css
<style>
span { border-color: #2408D8; }
span { border-color: rgb(36,8,216); }
td.TdClassName
{
border-color: #2408D8;
}
.TagClassName
{
border-color: #2408D8;
}
</style>