Shades of Medium Blue #200ED2
Tints of Medium Blue #200ED2
RGB
CMYK
RGB Variations
Color information
#200ED2 (or 0x200ED2) is known color: Medium Blue. HEX triplet: 20, 0E and D2. RGB value is (32,14,210). Sum of RGB (Red+Green+Blue) = 32+14+210=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 210 (82.42% from 255 or 82.03% from 256); Max value from RGB is 210 - color contains mainly: blue. Hex color #200ED2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200ED2 is #DFF12D. Grayscale: #282828. Windows color (decimal): -14676270 or 13766176. OLE color: 13766176.
HSL color Cylindrical-coordinate representation of color #200ED2: hue angle of 245.51º 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 #200ED2 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 14 | 210 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.18 |
| HSL | 245.51º | 0.88% | 0.44% | - |
| HSV(B) | 245.51º | 0.93% | 0.82% | - |
| XYZ | 12.39 | 5.27 | 61.34 | - |
| YUV | 41.73 | 222.96 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 210 | 0.85 | 0.93 | 0 | 0.18 | 245.51 | 0.88 | 0.44 |
| Hex | 20 | E | D2 | 55 | 5D | 0 | 12 | F6 | 58 | 2C |
| Octal | 40 | 16 | 322 | 125 | 135 | 0 | 22 | 366 | 130 | 54 |
| Binary | 100000 | 1110 | 11010010 | 1010101 | 1011101 | 0 | 10010 | 11110110 | 1011000 | 101100 |
Color Harmonies of #200ED2
Complementary color
Monochromatic Colors of #200ED2
Black with #200ED2
Text Example
Text Example
White with #200ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200ED2; }
p { color: rgb(32,14,210); }
H1.HeaderClassName
{
color: #200ED2;
}
.AnyTagClassName
{
color: #200ED2;
}
</style>
background-color css
<style>
a { background-color: #200ED2; }
a { background-color: rgb(32,14,210); }
div.DivClassName
{
background-color: #200ED2;
}
.BgClassName
{
background-color: #200ED2;
}
</style>
border-color css
<style>
span { border-color: #200ED2; }
span { border-color: rgb(32,14,210); }
td.TdClassName
{
border-color: #200ED2;
}
.TagClassName
{
border-color: #200ED2;
}
</style>