Shades of Medium Blue #2400D0
Tints of Medium Blue #2400D0
RGB
CMYK
RGB Variations
Color information
#2400D0 (or 0x2400D0) is known color: Medium Blue. HEX triplet: 24, 00 and D0. RGB value is (36,0,208). Sum of RGB (Red+Green+Blue) = 36+0+208=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 208 (81.64% from 255 or 85.25% from 244); Max value from RGB is 208 - color contains mainly: blue. Hex color #2400D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2400D0 is #DBFF2F. Grayscale: #212121. Windows color (decimal): -14417712 or 13631524. OLE color: 13631524.
HSL color Cylindrical-coordinate representation of color #2400D0: hue angle of 250.38º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400D0 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 0 | 208 | - |
| CMYK | 0.83 | 1 | 0 | 0.18 |
| HSL | 250.38º | 1% | 0.41% | - |
| HSV(B) | 250.38º | 1% | 0.82% | - |
| XYZ | 12.11 | 4.93 | 59.99 | - |
| YUV | 34.48 | 225.93 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 208 | 0.83 | 1 | 0 | 0.18 | 250.38 | 1 | 0.41 |
| Hex | 24 | 0 | D0 | 53 | 64 | 0 | 12 | FA | 64 | 29 |
| Octal | 44 | 0 | 320 | 123 | 144 | 0 | 22 | 372 | 144 | 51 |
| Binary | 100100 | 0 | 11010000 | 1010011 | 1100100 | 0 | 10010 | 11111010 | 1100100 | 101001 |
Color Harmonies of #2400D0
Complementary color
Monochromatic Colors of #2400D0
Black with #2400D0
Text Example
Text Example
White with #2400D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400D0; }
p { color: rgb(36,0,208); }
H1.HeaderClassName
{
color: #2400D0;
}
.AnyTagClassName
{
color: #2400D0;
}
</style>
background-color css
<style>
a { background-color: #2400D0; }
a { background-color: rgb(36,0,208); }
div.DivClassName
{
background-color: #2400D0;
}
.BgClassName
{
background-color: #2400D0;
}
</style>
border-color css
<style>
span { border-color: #2400D0; }
span { border-color: rgb(36,0,208); }
td.TdClassName
{
border-color: #2400D0;
}
.TagClassName
{
border-color: #2400D0;
}
</style>