Shades of Blue #201EE6
Tints of Blue #201EE6
RGB
CMYK
RGB Variations
Color information
#201EE6 (or 0x201EE6) is known color: Blue. HEX triplet: 20, 1E and E6. RGB value is (32,30,230). Sum of RGB (Red+Green+Blue) = 32+30+230=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 230 (90.23% from 255 or 78.77% from 292); Max value from RGB is 230 - color contains mainly: blue. Hex color #201EE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201EE6 is #DFE119. Grayscale: #343434. Windows color (decimal): -14672154 or 15080992. OLE color: 15080992.
HSL color Cylindrical-coordinate representation of color #201EE6: hue angle of 240.6º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201EE6 is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 30 | 230 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.10 |
| HSL | 240.6º | 0.8% | 0.51% | - |
| HSV(B) | 240.6º | 0.87% | 0.9% | - |
| XYZ | 15.34 | 6.95 | 75.4 | - |
| YUV | 53.4 | 227.66 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 230 | 0.86 | 0.87 | 0 | 0.10 | 240.6 | 0.8 | 0.51 |
| Hex | 20 | 1E | E6 | 56 | 57 | 0 | A | F1 | 50 | 33 |
| Octal | 40 | 36 | 346 | 126 | 127 | 0 | 12 | 361 | 120 | 63 |
| Binary | 100000 | 11110 | 11100110 | 1010110 | 1010111 | 0 | 1010 | 11110001 | 1010000 | 110011 |
Color Harmonies of #201EE6
Complementary color
Monochromatic Colors of #201EE6
Black with #201EE6
Text Example
Text Example
White with #201EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EE6; }
p { color: rgb(32,30,230); }
H1.HeaderClassName
{
color: #201EE6;
}
.AnyTagClassName
{
color: #201EE6;
}
</style>
background-color css
<style>
a { background-color: #201EE6; }
a { background-color: rgb(32,30,230); }
div.DivClassName
{
background-color: #201EE6;
}
.BgClassName
{
background-color: #201EE6;
}
</style>
border-color css
<style>
span { border-color: #201EE6; }
span { border-color: rgb(32,30,230); }
td.TdClassName
{
border-color: #201EE6;
}
.TagClassName
{
border-color: #201EE6;
}
</style>