Shades of Blue #201FFE
Tints of Blue #201FFE
RGB
CMYK
RGB Variations
Color information
#201FFE (or 0x201FFE) is known color: Blue. HEX triplet: 20, 1F and FE. RGB value is (32,31,254). Sum of RGB (Red+Green+Blue) = 32+31+254=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #201FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201FFE is #DFE001. Grayscale: #373737. Windows color (decimal): -14671874 or 16654112. OLE color: 16654112.
HSL color Cylindrical-coordinate representation of color #201FFE: hue angle of 240.27º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201FFE is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 31 | 254 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.00 |
| HSL | 240.27º | 0.99% | 0.56% | - |
| HSV(B) | 240.27º | 0.88% | 1% | - |
| XYZ | 18.98 | 8.44 | 94.4 | - |
| YUV | 56.72 | 239.33 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 254 | 0.87 | 0.88 | 0 | 0.00 | 240.27 | 0.99 | 0.56 |
| Hex | 20 | 1F | FE | 57 | 58 | 0 | 0 | F0 | 63 | 38 |
| Octal | 40 | 37 | 376 | 127 | 130 | 0 | 0 | 360 | 143 | 70 |
| Binary | 100000 | 11111 | 11111110 | 1010111 | 1011000 | 0 | 0 | 11110000 | 1100011 | 111000 |
Color Harmonies of #201FFE
Complementary color
Monochromatic Colors of #201FFE
Black with #201FFE
Text Example
Text Example
White with #201FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FFE; }
p { color: rgb(32,31,254); }
H1.HeaderClassName
{
color: #201FFE;
}
.AnyTagClassName
{
color: #201FFE;
}
</style>
background-color css
<style>
a { background-color: #201FFE; }
a { background-color: rgb(32,31,254); }
div.DivClassName
{
background-color: #201FFE;
}
.BgClassName
{
background-color: #201FFE;
}
</style>
border-color css
<style>
span { border-color: #201FFE; }
span { border-color: rgb(32,31,254); }
td.TdClassName
{
border-color: #201FFE;
}
.TagClassName
{
border-color: #201FFE;
}
</style>