Shades of Blue #200EEA
Tints of Blue #200EEA
RGB
CMYK
RGB Variations
Color information
#200EEA (or 0x200EEA) is known color: Blue. HEX triplet: 20, 0E and EA. RGB value is (32,14,234). Sum of RGB (Red+Green+Blue) = 32+14+234=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 234 (91.80% from 255 or 83.57% from 280); Max value from RGB is 234 - color contains mainly: blue. Hex color #200EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200EEA is #DFF115. Grayscale: #2B2B2B. Windows color (decimal): -14676246 or 15339040. OLE color: 15339040.
HSL color Cylindrical-coordinate representation of color #200EEA: hue angle of 244.91º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200EEA is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 14 | 234 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.08 |
| HSL | 244.91º | 0.89% | 0.49% | - |
| HSV(B) | 244.91º | 0.94% | 0.92% | - |
| XYZ | 15.6 | 6.56 | 78.29 | - |
| YUV | 44.46 | 234.96 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 234 | 0.86 | 0.94 | 0 | 0.08 | 244.91 | 0.89 | 0.49 |
| Hex | 20 | E | EA | 56 | 5E | 0 | 8 | F5 | 59 | 31 |
| Octal | 40 | 16 | 352 | 126 | 136 | 0 | 10 | 365 | 131 | 61 |
| Binary | 100000 | 1110 | 11101010 | 1010110 | 1011110 | 0 | 1000 | 11110101 | 1011001 | 110001 |
Color Harmonies of #200EEA
Complementary color
Monochromatic Colors of #200EEA
Black with #200EEA
Text Example
Text Example
White with #200EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200EEA; }
p { color: rgb(32,14,234); }
H1.HeaderClassName
{
color: #200EEA;
}
.AnyTagClassName
{
color: #200EEA;
}
</style>
background-color css
<style>
a { background-color: #200EEA; }
a { background-color: rgb(32,14,234); }
div.DivClassName
{
background-color: #200EEA;
}
.BgClassName
{
background-color: #200EEA;
}
</style>
border-color css
<style>
span { border-color: #200EEA; }
span { border-color: rgb(32,14,234); }
td.TdClassName
{
border-color: #200EEA;
}
.TagClassName
{
border-color: #200EEA;
}
</style>