Shades of Blue #200EEE
Tints of Blue #200EEE
RGB
CMYK
RGB Variations
Color information
#200EEE (or 0x200EEE) is known color: Blue. HEX triplet: 20, 0E and EE. RGB value is (32,14,238). Sum of RGB (Red+Green+Blue) = 32+14+238=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 238 (93.36% from 255 or 83.80% from 284); Max value from RGB is 238 - color contains mainly: blue. Hex color #200EEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200EEE is #DFF111. Grayscale: #2C2C2C. Windows color (decimal): -14676242 or 15601184. OLE color: 15601184.
HSL color Cylindrical-coordinate representation of color #200EEE: hue angle of 244.82º 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 #200EEE is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 14 | 238 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.07 |
| HSL | 244.82º | 0.89% | 0.49% | - |
| HSV(B) | 244.82º | 0.94% | 0.93% | - |
| XYZ | 16.19 | 6.79 | 81.35 | - |
| YUV | 44.92 | 236.96 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 238 | 0.87 | 0.94 | 0 | 0.07 | 244.82 | 0.89 | 0.49 |
| Hex | 20 | E | EE | 57 | 5E | 0 | 7 | F5 | 59 | 31 |
| Octal | 40 | 16 | 356 | 127 | 136 | 0 | 7 | 365 | 131 | 61 |
| Binary | 100000 | 1110 | 11101110 | 1010111 | 1011110 | 0 | 111 | 11110101 | 1011001 | 110001 |
Color Harmonies of #200EEE
Complementary color
Monochromatic Colors of #200EEE
Black with #200EEE
Text Example
Text Example
White with #200EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200EEE; }
p { color: rgb(32,14,238); }
H1.HeaderClassName
{
color: #200EEE;
}
.AnyTagClassName
{
color: #200EEE;
}
</style>
background-color css
<style>
a { background-color: #200EEE; }
a { background-color: rgb(32,14,238); }
div.DivClassName
{
background-color: #200EEE;
}
.BgClassName
{
background-color: #200EEE;
}
</style>
border-color css
<style>
span { border-color: #200EEE; }
span { border-color: rgb(32,14,238); }
td.TdClassName
{
border-color: #200EEE;
}
.TagClassName
{
border-color: #200EEE;
}
</style>