Shades of Blue #200EED
Tints of Blue #200EED
RGB
CMYK
RGB Variations
Color information
#200EED (or 0x200EED) is known color: Blue. HEX triplet: 20, 0E and ED. RGB value is (32,14,237). Sum of RGB (Red+Green+Blue) = 32+14+237=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 237 (92.97% from 255 or 83.75% from 283); Max value from RGB is 237 - color contains mainly: blue. Hex color #200EED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200EED is #DFF112. Grayscale: #2B2B2B. Windows color (decimal): -14676243 or 15535648. OLE color: 15535648.
HSL color Cylindrical-coordinate representation of color #200EED: hue angle of 244.84º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200EED is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 14 | 237 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.07 |
| HSL | 244.84º | 0.89% | 0.49% | - |
| HSV(B) | 244.84º | 0.94% | 0.93% | - |
| XYZ | 16.04 | 6.74 | 80.58 | - |
| YUV | 44.8 | 236.46 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 237 | 0.86 | 0.94 | 0 | 0.07 | 244.84 | 0.89 | 0.49 |
| Hex | 20 | E | ED | 56 | 5E | 0 | 7 | F5 | 59 | 31 |
| Octal | 40 | 16 | 355 | 126 | 136 | 0 | 7 | 365 | 131 | 61 |
| Binary | 100000 | 1110 | 11101101 | 1010110 | 1011110 | 0 | 111 | 11110101 | 1011001 | 110001 |
Color Harmonies of #200EED
Complementary color
Monochromatic Colors of #200EED
Black with #200EED
Text Example
Text Example
White with #200EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200EED; }
p { color: rgb(32,14,237); }
H1.HeaderClassName
{
color: #200EED;
}
.AnyTagClassName
{
color: #200EED;
}
</style>
background-color css
<style>
a { background-color: #200EED; }
a { background-color: rgb(32,14,237); }
div.DivClassName
{
background-color: #200EED;
}
.BgClassName
{
background-color: #200EED;
}
</style>
border-color css
<style>
span { border-color: #200EED; }
span { border-color: rgb(32,14,237); }
td.TdClassName
{
border-color: #200EED;
}
.TagClassName
{
border-color: #200EED;
}
</style>