Shades of Medium Blue #2400CD
Tints of Medium Blue #2400CD
RGB
CMYK
RGB Variations
Color information
#2400CD (or 0x2400CD) is known color: Medium Blue. HEX triplet: 24, 00 and CD. RGB value is (36,0,205). Sum of RGB (Red+Green+Blue) = 36+0+205=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 205 (80.47% from 255 or 85.06% from 241); Max value from RGB is 205 - color contains mainly: blue. Hex color #2400CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2400CD is #DBFF32. Grayscale: #212121. Windows color (decimal): -14417715 or 13434916. OLE color: 13434916.
HSL color Cylindrical-coordinate representation of color #2400CD: hue angle of 250.54º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400CD is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 0 | 205 | - |
| CMYK | 0.82 | 1 | 0 | 0.20 |
| HSL | 250.54º | 1% | 0.4% | - |
| HSV(B) | 250.54º | 1% | 0.8% | - |
| XYZ | 11.75 | 4.78 | 58.06 | - |
| YUV | 34.13 | 224.43 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 205 | 0.82 | 1 | 0 | 0.20 | 250.54 | 1 | 0.4 |
| Hex | 24 | 0 | CD | 52 | 64 | 0 | 14 | FB | 64 | 28 |
| Octal | 44 | 0 | 315 | 122 | 144 | 0 | 24 | 373 | 144 | 50 |
| Binary | 100100 | 0 | 11001101 | 1010010 | 1100100 | 0 | 10100 | 11111011 | 1100100 | 101000 |
Color Harmonies of #2400CD
Complementary color
Monochromatic Colors of #2400CD
Black with #2400CD
Text Example
Text Example
White with #2400CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2400CD; }
p { color: rgb(36,0,205); }
H1.HeaderClassName
{
color: #2400CD;
}
.AnyTagClassName
{
color: #2400CD;
}
</style>
background-color css
<style>
a { background-color: #2400CD; }
a { background-color: rgb(36,0,205); }
div.DivClassName
{
background-color: #2400CD;
}
.BgClassName
{
background-color: #2400CD;
}
</style>
border-color css
<style>
span { border-color: #2400CD; }
span { border-color: rgb(36,0,205); }
td.TdClassName
{
border-color: #2400CD;
}
.TagClassName
{
border-color: #2400CD;
}
</style>