Shades of Blue #201AE6
Tints of Blue #201AE6
RGB
CMYK
RGB Variations
Color information
#201AE6 (or 0x201AE6) is known color: Blue. HEX triplet: 20, 1A and E6. RGB value is (32,26,230). Sum of RGB (Red+Green+Blue) = 32+26+230=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 230 (90.23% from 255 or 79.86% from 288); Max value from RGB is 230 - color contains mainly: blue. Hex color #201AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201AE6 is #DFE519. Grayscale: #323232. Windows color (decimal): -14673178 or 15079968. OLE color: 15079968.
HSL color Cylindrical-coordinate representation of color #201AE6: hue angle of 241.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201AE6 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 26 | 230 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.10 |
| HSL | 241.76º | 0.8% | 0.5% | - |
| HSV(B) | 241.76º | 0.89% | 0.9% | - |
| XYZ | 15.25 | 6.76 | 75.36 | - |
| YUV | 51.05 | 228.99 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 230 | 0.86 | 0.89 | 0 | 0.10 | 241.76 | 0.8 | 0.5 |
| Hex | 20 | 1A | E6 | 56 | 59 | 0 | A | F2 | 50 | 32 |
| Octal | 40 | 32 | 346 | 126 | 131 | 0 | 12 | 362 | 120 | 62 |
| Binary | 100000 | 11010 | 11100110 | 1010110 | 1011001 | 0 | 1010 | 11110010 | 1010000 | 110010 |
Color Harmonies of #201AE6
Complementary color
Monochromatic Colors of #201AE6
Black with #201AE6
Text Example
Text Example
White with #201AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AE6; }
p { color: rgb(32,26,230); }
H1.HeaderClassName
{
color: #201AE6;
}
.AnyTagClassName
{
color: #201AE6;
}
</style>
background-color css
<style>
a { background-color: #201AE6; }
a { background-color: rgb(32,26,230); }
div.DivClassName
{
background-color: #201AE6;
}
.BgClassName
{
background-color: #201AE6;
}
</style>
border-color css
<style>
span { border-color: #201AE6; }
span { border-color: rgb(32,26,230); }
td.TdClassName
{
border-color: #201AE6;
}
.TagClassName
{
border-color: #201AE6;
}
</style>