Shades of Blue #201AEC
Tints of Blue #201AEC
RGB
CMYK
RGB Variations
Color information
#201AEC (or 0x201AEC) is known color: Blue. HEX triplet: 20, 1A and EC. RGB value is (32,26,236). Sum of RGB (Red+Green+Blue) = 32+26+236=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 236 (92.58% from 255 or 80.27% from 294); Max value from RGB is 236 - color contains mainly: blue. Hex color #201AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201AEC is #DFE513. Grayscale: #323232. Windows color (decimal): -14673172 or 15473184. OLE color: 15473184.
HSL color Cylindrical-coordinate representation of color #201AEC: hue angle of 241.71º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201AEC is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 26 | 236 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.07 |
| HSL | 241.71º | 0.85% | 0.51% | - |
| HSV(B) | 241.71º | 0.89% | 0.93% | - |
| XYZ | 16.11 | 7.1 | 79.88 | - |
| YUV | 51.73 | 231.99 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 236 | 0.86 | 0.89 | 0 | 0.07 | 241.71 | 0.85 | 0.51 |
| Hex | 20 | 1A | EC | 56 | 59 | 0 | 7 | F2 | 55 | 33 |
| Octal | 40 | 32 | 354 | 126 | 131 | 0 | 7 | 362 | 125 | 63 |
| Binary | 100000 | 11010 | 11101100 | 1010110 | 1011001 | 0 | 111 | 11110010 | 1010101 | 110011 |
Color Harmonies of #201AEC
Complementary color
Monochromatic Colors of #201AEC
Black with #201AEC
Text Example
Text Example
White with #201AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AEC; }
p { color: rgb(32,26,236); }
H1.HeaderClassName
{
color: #201AEC;
}
.AnyTagClassName
{
color: #201AEC;
}
</style>
background-color css
<style>
a { background-color: #201AEC; }
a { background-color: rgb(32,26,236); }
div.DivClassName
{
background-color: #201AEC;
}
.BgClassName
{
background-color: #201AEC;
}
</style>
border-color css
<style>
span { border-color: #201AEC; }
span { border-color: rgb(32,26,236); }
td.TdClassName
{
border-color: #201AEC;
}
.TagClassName
{
border-color: #201AEC;
}
</style>