Shades of Medium Blue #200EE1
Tints of Medium Blue #200EE1
RGB
CMYK
RGB Variations
Color information
#200EE1 (or 0x200EE1) is known color: Medium Blue. HEX triplet: 20, 0E and E1. RGB value is (32,14,225). Sum of RGB (Red+Green+Blue) = 32+14+225=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 225 (88.28% from 255 or 83.03% from 271); Max value from RGB is 225 - color contains mainly: blue. Hex color #200EE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200EE1 is #DFF11E. Grayscale: #2A2A2A. Windows color (decimal): -14676255 or 14749216. OLE color: 14749216.
HSL color Cylindrical-coordinate representation of color #200EE1: hue angle of 245.12º 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 #200EE1 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 14 | 225 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.12 |
| HSL | 245.12º | 0.88% | 0.47% | - |
| HSV(B) | 245.12º | 0.94% | 0.88% | - |
| XYZ | 14.34 | 6.06 | 71.65 | - |
| YUV | 43.44 | 230.46 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 225 | 0.86 | 0.94 | 0 | 0.12 | 245.12 | 0.88 | 0.47 |
| Hex | 20 | E | E1 | 56 | 5E | 0 | C | F5 | 58 | 2F |
| Octal | 40 | 16 | 341 | 126 | 136 | 0 | 14 | 365 | 130 | 57 |
| Binary | 100000 | 1110 | 11100001 | 1010110 | 1011110 | 0 | 1100 | 11110101 | 1011000 | 101111 |
Color Harmonies of #200EE1
Complementary color
Monochromatic Colors of #200EE1
Black with #200EE1
Text Example
Text Example
White with #200EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200EE1; }
p { color: rgb(32,14,225); }
H1.HeaderClassName
{
color: #200EE1;
}
.AnyTagClassName
{
color: #200EE1;
}
</style>
background-color css
<style>
a { background-color: #200EE1; }
a { background-color: rgb(32,14,225); }
div.DivClassName
{
background-color: #200EE1;
}
.BgClassName
{
background-color: #200EE1;
}
</style>
border-color css
<style>
span { border-color: #200EE1; }
span { border-color: rgb(32,14,225); }
td.TdClassName
{
border-color: #200EE1;
}
.TagClassName
{
border-color: #200EE1;
}
</style>