Shades of Medium Blue #2400CE
Tints of Medium Blue #2400CE
RGB
CMYK
RGB Variations
Color information
#2400CE (or 0x2400CE) is known color: Medium Blue. HEX triplet: 24, 00 and CE. RGB value is (36,0,206). Sum of RGB (Red+Green+Blue) = 36+0+206=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 206 (80.86% from 255 or 85.12% from 242); Max value from RGB is 206 - color contains mainly: blue. Hex color #2400CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2400CE is #DBFF31. Grayscale: #212121. Windows color (decimal): -14417714 or 13500452. OLE color: 13500452.
HSL color Cylindrical-coordinate representation of color #2400CE: hue angle of 250.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400CE is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 0 | 206 | - |
| CMYK | 0.83 | 1 | 0 | 0.19 |
| HSL | 250.49º | 1% | 0.4% | - |
| HSV(B) | 250.49º | 1% | 0.81% | - |
| XYZ | 11.87 | 4.83 | 58.7 | - |
| YUV | 34.25 | 224.93 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 206 | 0.83 | 1 | 0 | 0.19 | 250.49 | 1 | 0.4 |
| Hex | 24 | 0 | CE | 53 | 64 | 0 | 13 | FA | 64 | 28 |
| Octal | 44 | 0 | 316 | 123 | 144 | 0 | 23 | 372 | 144 | 50 |
| Binary | 100100 | 0 | 11001110 | 1010011 | 1100100 | 0 | 10011 | 11111010 | 1100100 | 101000 |
Color Harmonies of #2400CE
Complementary color
Monochromatic Colors of #2400CE
Black with #2400CE
Text Example
Text Example
White with #2400CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400CE; }
p { color: rgb(36,0,206); }
H1.HeaderClassName
{
color: #2400CE;
}
.AnyTagClassName
{
color: #2400CE;
}
</style>
background-color css
<style>
a { background-color: #2400CE; }
a { background-color: rgb(36,0,206); }
div.DivClassName
{
background-color: #2400CE;
}
.BgClassName
{
background-color: #2400CE;
}
</style>
border-color css
<style>
span { border-color: #2400CE; }
span { border-color: rgb(36,0,206); }
td.TdClassName
{
border-color: #2400CE;
}
.TagClassName
{
border-color: #2400CE;
}
</style>