Shades of Blue #201EFF
Tints of Blue #201EFF
RGB
CMYK
RGB Variations
Color information
#201EFF (or 0x201EFF) is known color: Blue. HEX triplet: 20, 1E and FF. RGB value is (32,30,255). Sum of RGB (Red+Green+Blue) = 32+30+255=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 255 (100% from 255 or 80.44% from 317); Max value from RGB is 255 - color contains mainly: blue. Hex color #201EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201EFF is #DFE100. Grayscale: #373737. Windows color (decimal): -14672129 or 16719392. OLE color: 16719392.
HSL color Cylindrical-coordinate representation of color #201EFF: hue angle of 240.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201EFF is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 30 | 255 | - |
| CMYK | 0.87 | 0.88 | 0 | 0 |
| HSL | 240.53º | 1% | 0.56% | - |
| HSV(B) | 240.53º | 0.88% | 1% | - |
| XYZ | 19.11 | 8.46 | 95.23 | - |
| YUV | 56.25 | 240.16 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 255 | 0.87 | 0.88 | 0 | 0 | 240.53 | 1 | 0.56 |
| Hex | 20 | 1E | FF | 57 | 58 | 0 | 0 | F1 | 64 | 38 |
| Octal | 40 | 36 | 377 | 127 | 130 | 0 | 0 | 361 | 144 | 70 |
| Binary | 100000 | 11110 | 11111111 | 1010111 | 1011000 | 0 | 0 | 11110001 | 1100100 | 111000 |
Color Harmonies of #201EFF
Complementary color
Monochromatic Colors of #201EFF
Black with #201EFF
Text Example
Text Example
White with #201EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EFF; }
p { color: rgb(32,30,255); }
H1.HeaderClassName
{
color: #201EFF;
}
.AnyTagClassName
{
color: #201EFF;
}
</style>
background-color css
<style>
a { background-color: #201EFF; }
a { background-color: rgb(32,30,255); }
div.DivClassName
{
background-color: #201EFF;
}
.BgClassName
{
background-color: #201EFF;
}
</style>
border-color css
<style>
span { border-color: #201EFF; }
span { border-color: rgb(32,30,255); }
td.TdClassName
{
border-color: #201EFF;
}
.TagClassName
{
border-color: #201EFF;
}
</style>