Shades of Medium Blue #200EDD
Tints of Medium Blue #200EDD
RGB
CMYK
RGB Variations
Color information
#200EDD (or 0x200EDD) is known color: Medium Blue. HEX triplet: 20, 0E and DD. RGB value is (32,14,221). Sum of RGB (Red+Green+Blue) = 32+14+221=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #200EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200EDD is #DFF122. Grayscale: #2A2A2A. Windows color (decimal): -14676259 or 14487072. OLE color: 14487072.
HSL color Cylindrical-coordinate representation of color #200EDD: hue angle of 245.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200EDD is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 14 | 221 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.13 |
| HSL | 245.22º | 0.88% | 0.46% | - |
| HSV(B) | 245.22º | 0.94% | 0.87% | - |
| XYZ | 13.8 | 5.84 | 68.81 | - |
| YUV | 42.98 | 228.46 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 221 | 0.86 | 0.94 | 0 | 0.13 | 245.22 | 0.88 | 0.46 |
| Hex | 20 | E | DD | 56 | 5E | 0 | D | F5 | 58 | 2E |
| Octal | 40 | 16 | 335 | 126 | 136 | 0 | 15 | 365 | 130 | 56 |
| Binary | 100000 | 1110 | 11011101 | 1010110 | 1011110 | 0 | 1101 | 11110101 | 1011000 | 101110 |
Color Harmonies of #200EDD
Complementary color
Monochromatic Colors of #200EDD
Black with #200EDD
Text Example
Text Example
White with #200EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200EDD; }
p { color: rgb(32,14,221); }
H1.HeaderClassName
{
color: #200EDD;
}
.AnyTagClassName
{
color: #200EDD;
}
</style>
background-color css
<style>
a { background-color: #200EDD; }
a { background-color: rgb(32,14,221); }
div.DivClassName
{
background-color: #200EDD;
}
.BgClassName
{
background-color: #200EDD;
}
</style>
border-color css
<style>
span { border-color: #200EDD; }
span { border-color: rgb(32,14,221); }
td.TdClassName
{
border-color: #200EDD;
}
.TagClassName
{
border-color: #200EDD;
}
</style>