Shades of Blue #201AFF
Tints of Blue #201AFF
RGB
CMYK
RGB Variations
Color information
#201AFF (or 0x201AFF) is known color: Blue. HEX triplet: 20, 1A and FF. RGB value is (32,26,255). Sum of RGB (Red+Green+Blue) = 32+26+255=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 255 (100% from 255 or 81.47% from 313); Max value from RGB is 255 - color contains mainly: blue. Hex color #201AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201AFF is #DFE500. Grayscale: #343434. Windows color (decimal): -14673153 or 16718368. OLE color: 16718368.
HSL color Cylindrical-coordinate representation of color #201AFF: hue angle of 241.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #201AFF is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 26 | 255 | - |
| CMYK | 0.87 | 0.90 | 0 | 0 |
| HSL | 241.57º | 1% | 0.55% | - |
| HSV(B) | 241.57º | 0.9% | 1% | - |
| XYZ | 19.02 | 8.27 | 95.2 | - |
| YUV | 53.9 | 241.49 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 255 | 0.87 | 0.90 | 0 | 0 | 241.57 | 1 | 0.55 |
| Hex | 20 | 1A | FF | 57 | 5A | 0 | 0 | F2 | 64 | 37 |
| Octal | 40 | 32 | 377 | 127 | 132 | 0 | 0 | 362 | 144 | 67 |
| Binary | 100000 | 11010 | 11111111 | 1010111 | 1011010 | 0 | 0 | 11110010 | 1100100 | 110111 |
Color Harmonies of #201AFF
Complementary color
Monochromatic Colors of #201AFF
Black with #201AFF
Text Example
Text Example
White with #201AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AFF; }
p { color: rgb(32,26,255); }
H1.HeaderClassName
{
color: #201AFF;
}
.AnyTagClassName
{
color: #201AFF;
}
</style>
background-color css
<style>
a { background-color: #201AFF; }
a { background-color: rgb(32,26,255); }
div.DivClassName
{
background-color: #201AFF;
}
.BgClassName
{
background-color: #201AFF;
}
</style>
border-color css
<style>
span { border-color: #201AFF; }
span { border-color: rgb(32,26,255); }
td.TdClassName
{
border-color: #201AFF;
}
.TagClassName
{
border-color: #201AFF;
}
</style>