Shades of Medium Blue #210ED2
Tints of Medium Blue #210ED2
RGB
CMYK
RGB Variations
Color information
#210ED2 (or 0x210ED2) is known color: Medium Blue. HEX triplet: 21, 0E and D2. RGB value is (33,14,210). Sum of RGB (Red+Green+Blue) = 33+14+210=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 210 (82.42% from 255 or 81.71% from 257); Max value from RGB is 210 - color contains mainly: blue. Hex color #210ED2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210ED2 is #DEF12D. Grayscale: #292929. Windows color (decimal): -14610734 or 13766177. OLE color: 13766177.
HSL color Cylindrical-coordinate representation of color #210ED2: hue angle of 245.82º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210ED2 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 14 | 210 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.18 |
| HSL | 245.82º | 0.88% | 0.44% | - |
| HSV(B) | 245.82º | 0.93% | 0.82% | - |
| XYZ | 12.42 | 5.29 | 61.34 | - |
| YUV | 42.03 | 222.79 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 210 | 0.84 | 0.93 | 0 | 0.18 | 245.82 | 0.88 | 0.44 |
| Hex | 21 | E | D2 | 54 | 5D | 0 | 12 | F6 | 58 | 2C |
| Octal | 41 | 16 | 322 | 124 | 135 | 0 | 22 | 366 | 130 | 54 |
| Binary | 100001 | 1110 | 11010010 | 1010100 | 1011101 | 0 | 10010 | 11110110 | 1011000 | 101100 |
Color Harmonies of #210ED2
Complementary color
Monochromatic Colors of #210ED2
Black with #210ED2
Text Example
Text Example
White with #210ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210ED2; }
p { color: rgb(33,14,210); }
H1.HeaderClassName
{
color: #210ED2;
}
.AnyTagClassName
{
color: #210ED2;
}
</style>
background-color css
<style>
a { background-color: #210ED2; }
a { background-color: rgb(33,14,210); }
div.DivClassName
{
background-color: #210ED2;
}
.BgClassName
{
background-color: #210ED2;
}
</style>
border-color css
<style>
span { border-color: #210ED2; }
span { border-color: rgb(33,14,210); }
td.TdClassName
{
border-color: #210ED2;
}
.TagClassName
{
border-color: #210ED2;
}
</style>