Shades of Medium Blue #200EE0
Tints of Medium Blue #200EE0
RGB
CMYK
RGB Variations
Color information
#200EE0 (or 0x200EE0) is known color: Medium Blue. HEX triplet: 20, 0E and E0. RGB value is (32,14,224). Sum of RGB (Red+Green+Blue) = 32+14+224=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 224 (87.89% from 255 or 82.96% from 270); Max value from RGB is 224 - color contains mainly: blue. Hex color #200EE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200EE0 is #DFF11F. Grayscale: #2A2A2A. Windows color (decimal): -14676256 or 14683680. OLE color: 14683680.
HSL color Cylindrical-coordinate representation of color #200EE0: hue angle of 245.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200EE0 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 14 | 224 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.12 |
| HSL | 245.14º | 0.88% | 0.47% | - |
| HSV(B) | 245.14º | 0.94% | 0.88% | - |
| XYZ | 14.21 | 6 | 70.93 | - |
| YUV | 43.32 | 229.96 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 224 | 0.86 | 0.94 | 0 | 0.12 | 245.14 | 0.88 | 0.47 |
| Hex | 20 | E | E0 | 56 | 5E | 0 | C | F5 | 58 | 2F |
| Octal | 40 | 16 | 340 | 126 | 136 | 0 | 14 | 365 | 130 | 57 |
| Binary | 100000 | 1110 | 11100000 | 1010110 | 1011110 | 0 | 1100 | 11110101 | 1011000 | 101111 |
Color Harmonies of #200EE0
Complementary color
Monochromatic Colors of #200EE0
Black with #200EE0
Text Example
Text Example
White with #200EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200EE0; }
p { color: rgb(32,14,224); }
H1.HeaderClassName
{
color: #200EE0;
}
.AnyTagClassName
{
color: #200EE0;
}
</style>
background-color css
<style>
a { background-color: #200EE0; }
a { background-color: rgb(32,14,224); }
div.DivClassName
{
background-color: #200EE0;
}
.BgClassName
{
background-color: #200EE0;
}
</style>
border-color css
<style>
span { border-color: #200EE0; }
span { border-color: rgb(32,14,224); }
td.TdClassName
{
border-color: #200EE0;
}
.TagClassName
{
border-color: #200EE0;
}
</style>