Shades of Medium Blue #210ECD
Tints of Medium Blue #210ECD
RGB
CMYK
RGB Variations
Color information
#210ECD (or 0x210ECD) is known color: Medium Blue. HEX triplet: 21, 0E and CD. RGB value is (33,14,205). Sum of RGB (Red+Green+Blue) = 33+14+205=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 205 (80.47% from 255 or 81.35% from 252); Max value from RGB is 205 - color contains mainly: blue. Hex color #210ECD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210ECD is #DEF132. Grayscale: #282828. Windows color (decimal): -14610739 or 13438497. OLE color: 13438497.
HSL color Cylindrical-coordinate representation of color #210ECD: hue angle of 245.97º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210ECD is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 14 | 205 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.20 |
| HSL | 245.97º | 0.87% | 0.43% | - |
| HSV(B) | 245.97º | 0.93% | 0.8% | - |
| XYZ | 11.8 | 5.05 | 58.11 | - |
| YUV | 41.46 | 220.29 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 205 | 0.84 | 0.93 | 0 | 0.20 | 245.97 | 0.87 | 0.43 |
| Hex | 21 | E | CD | 54 | 5D | 0 | 14 | F6 | 57 | 2B |
| Octal | 41 | 16 | 315 | 124 | 135 | 0 | 24 | 366 | 127 | 53 |
| Binary | 100001 | 1110 | 11001101 | 1010100 | 1011101 | 0 | 10100 | 11110110 | 1010111 | 101011 |
Color Harmonies of #210ECD
Complementary color
Monochromatic Colors of #210ECD
Black with #210ECD
Text Example
Text Example
White with #210ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210ECD; }
p { color: rgb(33,14,205); }
H1.HeaderClassName
{
color: #210ECD;
}
.AnyTagClassName
{
color: #210ECD;
}
</style>
background-color css
<style>
a { background-color: #210ECD; }
a { background-color: rgb(33,14,205); }
div.DivClassName
{
background-color: #210ECD;
}
.BgClassName
{
background-color: #210ECD;
}
</style>
border-color css
<style>
span { border-color: #210ECD; }
span { border-color: rgb(33,14,205); }
td.TdClassName
{
border-color: #210ECD;
}
.TagClassName
{
border-color: #210ECD;
}
</style>