Shades of Blue #201EEC
Tints of Blue #201EEC
RGB
CMYK
RGB Variations
Color information
#201EEC (or 0x201EEC) is known color: Blue. HEX triplet: 20, 1E and EC. RGB value is (32,30,236). Sum of RGB (Red+Green+Blue) = 32+30+236=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 236 (92.58% from 255 or 79.19% from 298); Max value from RGB is 236 - color contains mainly: blue. Hex color #201EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201EEC is #DFE113. Grayscale: #353535. Windows color (decimal): -14672148 or 15474208. OLE color: 15474208.
HSL color Cylindrical-coordinate representation of color #201EEC: hue angle of 240.58º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201EEC is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 30 | 236 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.07 |
| HSL | 240.58º | 0.84% | 0.52% | - |
| HSV(B) | 240.58º | 0.87% | 0.93% | - |
| XYZ | 16.2 | 7.29 | 79.91 | - |
| YUV | 54.08 | 230.66 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 236 | 0.86 | 0.87 | 0 | 0.07 | 240.58 | 0.84 | 0.52 |
| Hex | 20 | 1E | EC | 56 | 57 | 0 | 7 | F1 | 54 | 34 |
| Octal | 40 | 36 | 354 | 126 | 127 | 0 | 7 | 361 | 124 | 64 |
| Binary | 100000 | 11110 | 11101100 | 1010110 | 1010111 | 0 | 111 | 11110001 | 1010100 | 110100 |
Color Harmonies of #201EEC
Complementary color
Monochromatic Colors of #201EEC
Black with #201EEC
Text Example
Text Example
White with #201EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EEC; }
p { color: rgb(32,30,236); }
H1.HeaderClassName
{
color: #201EEC;
}
.AnyTagClassName
{
color: #201EEC;
}
</style>
background-color css
<style>
a { background-color: #201EEC; }
a { background-color: rgb(32,30,236); }
div.DivClassName
{
background-color: #201EEC;
}
.BgClassName
{
background-color: #201EEC;
}
</style>
border-color css
<style>
span { border-color: #201EEC; }
span { border-color: rgb(32,30,236); }
td.TdClassName
{
border-color: #201EEC;
}
.TagClassName
{
border-color: #201EEC;
}
</style>