Shades of Blue #201FF0
Tints of Blue #201FF0
RGB
CMYK
RGB Variations
Color information
#201FF0 (or 0x201FF0) is known color: Blue. HEX triplet: 20, 1F and F0. RGB value is (32,31,240). Sum of RGB (Red+Green+Blue) = 32+31+240=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 240 (94.14% from 255 or 79.21% from 303); Max value from RGB is 240 - color contains mainly: blue. Hex color #201FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201FF0 is #DFE00F. Grayscale: #363636. Windows color (decimal): -14671888 or 15736608. OLE color: 15736608.
HSL color Cylindrical-coordinate representation of color #201FF0: hue angle of 240.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201FF0 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 31 | 240 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.06 |
| HSL | 240.29º | 0.87% | 0.53% | - |
| HSV(B) | 240.29º | 0.87% | 0.94% | - |
| XYZ | 16.81 | 7.58 | 83.01 | - |
| YUV | 55.13 | 232.33 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 240 | 0.87 | 0.87 | 0 | 0.06 | 240.29 | 0.87 | 0.53 |
| Hex | 20 | 1F | F0 | 57 | 57 | 0 | 6 | F0 | 57 | 35 |
| Octal | 40 | 37 | 360 | 127 | 127 | 0 | 6 | 360 | 127 | 65 |
| Binary | 100000 | 11111 | 11110000 | 1010111 | 1010111 | 0 | 110 | 11110000 | 1010111 | 110101 |
Color Harmonies of #201FF0
Complementary color
Monochromatic Colors of #201FF0
Black with #201FF0
Text Example
Text Example
White with #201FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FF0; }
p { color: rgb(32,31,240); }
H1.HeaderClassName
{
color: #201FF0;
}
.AnyTagClassName
{
color: #201FF0;
}
</style>
background-color css
<style>
a { background-color: #201FF0; }
a { background-color: rgb(32,31,240); }
div.DivClassName
{
background-color: #201FF0;
}
.BgClassName
{
background-color: #201FF0;
}
</style>
border-color css
<style>
span { border-color: #201FF0; }
span { border-color: rgb(32,31,240); }
td.TdClassName
{
border-color: #201FF0;
}
.TagClassName
{
border-color: #201FF0;
}
</style>