Shades of Medium Blue #210ECC
Tints of Medium Blue #210ECC
RGB
CMYK
RGB Variations
Color information
#210ECC (or 0x210ECC) is known color: Medium Blue. HEX triplet: 21, 0E and CC. RGB value is (33,14,204). Sum of RGB (Red+Green+Blue) = 33+14+204=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 204 (80.08% from 255 or 81.27% from 251); Max value from RGB is 204 - color contains mainly: blue. Hex color #210ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210ECC is #DEF133. Grayscale: #282828. Windows color (decimal): -14610740 or 13372961. OLE color: 13372961.
HSL color Cylindrical-coordinate representation of color #210ECC: hue angle of 246º 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 #210ECC is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 14 | 204 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.2 |
| HSL | 246º | 0.87% | 0.43% | - |
| HSV(B) | 246º | 0.93% | 0.8% | - |
| XYZ | 11.68 | 5 | 57.48 | - |
| YUV | 41.34 | 219.79 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 204 | 0.84 | 0.93 | 0 | 0.2 | 246 | 0.87 | 0.43 |
| Hex | 21 | E | CC | 54 | 5D | 0 | 14 | F6 | 57 | 2B |
| Octal | 41 | 16 | 314 | 124 | 135 | 0 | 24 | 366 | 127 | 53 |
| Binary | 100001 | 1110 | 11001100 | 1010100 | 1011101 | 0 | 10100 | 11110110 | 1010111 | 101011 |
Color Harmonies of #210ECC
Complementary color
Monochromatic Colors of #210ECC
Black with #210ECC
Text Example
Text Example
White with #210ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210ECC; }
p { color: rgb(33,14,204); }
H1.HeaderClassName
{
color: #210ECC;
}
.AnyTagClassName
{
color: #210ECC;
}
</style>
background-color css
<style>
a { background-color: #210ECC; }
a { background-color: rgb(33,14,204); }
div.DivClassName
{
background-color: #210ECC;
}
.BgClassName
{
background-color: #210ECC;
}
</style>
border-color css
<style>
span { border-color: #210ECC; }
span { border-color: rgb(33,14,204); }
td.TdClassName
{
border-color: #210ECC;
}
.TagClassName
{
border-color: #210ECC;
}
</style>