Shades of Blue #201AFE
Tints of Blue #201AFE
RGB
CMYK
RGB Variations
Color information
#201AFE (or 0x201AFE) is known color: Blue. HEX triplet: 20, 1A and FE. RGB value is (32,26,254). Sum of RGB (Red+Green+Blue) = 32+26+254=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 254 (99.61% from 255 or 81.41% from 312); Max value from RGB is 254 - color contains mainly: blue. Hex color #201AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201AFE is #DFE501. Grayscale: #343434. Windows color (decimal): -14673154 or 16652832. OLE color: 16652832.
HSL color Cylindrical-coordinate representation of color #201AFE: hue angle of 241.58º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #201AFE is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 26 | 254 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.00 |
| HSL | 241.58º | 0.99% | 0.55% | - |
| HSV(B) | 241.58º | 0.9% | 1% | - |
| XYZ | 18.85 | 8.2 | 94.36 | - |
| YUV | 53.79 | 240.99 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 254 | 0.87 | 0.90 | 0 | 0.00 | 241.58 | 0.99 | 0.55 |
| Hex | 20 | 1A | FE | 57 | 5A | 0 | 0 | F2 | 63 | 37 |
| Octal | 40 | 32 | 376 | 127 | 132 | 0 | 0 | 362 | 143 | 67 |
| Binary | 100000 | 11010 | 11111110 | 1010111 | 1011010 | 0 | 0 | 11110010 | 1100011 | 110111 |
Color Harmonies of #201AFE
Complementary color
Monochromatic Colors of #201AFE
Black with #201AFE
Text Example
Text Example
White with #201AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AFE; }
p { color: rgb(32,26,254); }
H1.HeaderClassName
{
color: #201AFE;
}
.AnyTagClassName
{
color: #201AFE;
}
</style>
background-color css
<style>
a { background-color: #201AFE; }
a { background-color: rgb(32,26,254); }
div.DivClassName
{
background-color: #201AFE;
}
.BgClassName
{
background-color: #201AFE;
}
</style>
border-color css
<style>
span { border-color: #201AFE; }
span { border-color: rgb(32,26,254); }
td.TdClassName
{
border-color: #201AFE;
}
.TagClassName
{
border-color: #201AFE;
}
</style>