Shades of Blue #201AE9
Tints of Blue #201AE9
RGB
CMYK
RGB Variations
Color information
#201AE9 (or 0x201AE9) is known color: Blue. HEX triplet: 20, 1A and E9. RGB value is (32,26,233). Sum of RGB (Red+Green+Blue) = 32+26+233=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 233 (91.41% from 255 or 80.07% from 291); Max value from RGB is 233 - color contains mainly: blue. Hex color #201AE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201AE9 is #DFE516. Grayscale: #323232. Windows color (decimal): -14673175 or 15276576. OLE color: 15276576.
HSL color Cylindrical-coordinate representation of color #201AE9: hue angle of 241.74º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201AE9 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 26 | 233 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.09 |
| HSL | 241.74º | 0.82% | 0.51% | - |
| HSV(B) | 241.74º | 0.89% | 0.91% | - |
| XYZ | 15.67 | 6.93 | 77.6 | - |
| YUV | 51.39 | 230.49 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 233 | 0.86 | 0.89 | 0 | 0.09 | 241.74 | 0.82 | 0.51 |
| Hex | 20 | 1A | E9 | 56 | 59 | 0 | 9 | F2 | 52 | 33 |
| Octal | 40 | 32 | 351 | 126 | 131 | 0 | 11 | 362 | 122 | 63 |
| Binary | 100000 | 11010 | 11101001 | 1010110 | 1011001 | 0 | 1001 | 11110010 | 1010010 | 110011 |
Color Harmonies of #201AE9
Complementary color
Monochromatic Colors of #201AE9
Black with #201AE9
Text Example
Text Example
White with #201AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AE9; }
p { color: rgb(32,26,233); }
H1.HeaderClassName
{
color: #201AE9;
}
.AnyTagClassName
{
color: #201AE9;
}
</style>
background-color css
<style>
a { background-color: #201AE9; }
a { background-color: rgb(32,26,233); }
div.DivClassName
{
background-color: #201AE9;
}
.BgClassName
{
background-color: #201AE9;
}
</style>
border-color css
<style>
span { border-color: #201AE9; }
span { border-color: rgb(32,26,233); }
td.TdClassName
{
border-color: #201AE9;
}
.TagClassName
{
border-color: #201AE9;
}
</style>