Shades of Blue #200DEE
Tints of Blue #200DEE
RGB
CMYK
RGB Variations
Color information
#200DEE (or 0x200DEE) is known color: Blue. HEX triplet: 20, 0D and EE. RGB value is (32,13,238). Sum of RGB (Red+Green+Blue) = 32+13+238=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #200DEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200DEE is #DFF211. Grayscale: #2B2B2B. Windows color (decimal): -14676498 or 15600928. OLE color: 15600928.
HSL color Cylindrical-coordinate representation of color #200DEE: hue angle of 245.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200DEE is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 13 | 238 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.07 |
| HSL | 245.07º | 0.9% | 0.49% | - |
| HSV(B) | 245.07º | 0.95% | 0.93% | - |
| XYZ | 16.17 | 6.77 | 81.34 | - |
| YUV | 44.33 | 237.29 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 238 | 0.87 | 0.95 | 0 | 0.07 | 245.07 | 0.9 | 0.49 |
| Hex | 20 | D | EE | 57 | 5F | 0 | 7 | F5 | 5A | 31 |
| Octal | 40 | 15 | 356 | 127 | 137 | 0 | 7 | 365 | 132 | 61 |
| Binary | 100000 | 1101 | 11101110 | 1010111 | 1011111 | 0 | 111 | 11110101 | 1011010 | 110001 |
Color Harmonies of #200DEE
Complementary color
Monochromatic Colors of #200DEE
Black with #200DEE
Text Example
Text Example
White with #200DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200DEE; }
p { color: rgb(32,13,238); }
H1.HeaderClassName
{
color: #200DEE;
}
.AnyTagClassName
{
color: #200DEE;
}
</style>
background-color css
<style>
a { background-color: #200DEE; }
a { background-color: rgb(32,13,238); }
div.DivClassName
{
background-color: #200DEE;
}
.BgClassName
{
background-color: #200DEE;
}
</style>
border-color css
<style>
span { border-color: #200DEE; }
span { border-color: rgb(32,13,238); }
td.TdClassName
{
border-color: #200DEE;
}
.TagClassName
{
border-color: #200DEE;
}
</style>