Shades of Blue #201AF0
Tints of Blue #201AF0
RGB
CMYK
RGB Variations
Color information
#201AF0 (or 0x201AF0) is known color: Blue. HEX triplet: 20, 1A and F0. RGB value is (32,26,240). Sum of RGB (Red+Green+Blue) = 32+26+240=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 240 (94.14% from 255 or 80.54% from 298); Max value from RGB is 240 - color contains mainly: blue. Hex color #201AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201AF0 is #DFE50F. Grayscale: #333333. Windows color (decimal): -14673168 or 15735328. OLE color: 15735328.
HSL color Cylindrical-coordinate representation of color #201AF0: hue angle of 241.68º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201AF0 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 26 | 240 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.06 |
| HSL | 241.68º | 0.88% | 0.52% | - |
| HSV(B) | 241.68º | 0.89% | 0.94% | - |
| XYZ | 16.69 | 7.34 | 82.97 | - |
| YUV | 52.19 | 233.99 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 240 | 0.87 | 0.89 | 0 | 0.06 | 241.68 | 0.88 | 0.52 |
| Hex | 20 | 1A | F0 | 57 | 59 | 0 | 6 | F2 | 58 | 34 |
| Octal | 40 | 32 | 360 | 127 | 131 | 0 | 6 | 362 | 130 | 64 |
| Binary | 100000 | 11010 | 11110000 | 1010111 | 1011001 | 0 | 110 | 11110010 | 1011000 | 110100 |
Color Harmonies of #201AF0
Complementary color
Monochromatic Colors of #201AF0
Black with #201AF0
Text Example
Text Example
White with #201AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AF0; }
p { color: rgb(32,26,240); }
H1.HeaderClassName
{
color: #201AF0;
}
.AnyTagClassName
{
color: #201AF0;
}
</style>
background-color css
<style>
a { background-color: #201AF0; }
a { background-color: rgb(32,26,240); }
div.DivClassName
{
background-color: #201AF0;
}
.BgClassName
{
background-color: #201AF0;
}
</style>
border-color css
<style>
span { border-color: #201AF0; }
span { border-color: rgb(32,26,240); }
td.TdClassName
{
border-color: #201AF0;
}
.TagClassName
{
border-color: #201AF0;
}
</style>