Shades of Blue #201AF2
Tints of Blue #201AF2
RGB
CMYK
RGB Variations
Color information
#201AF2 (or 0x201AF2) is known color: Blue. HEX triplet: 20, 1A and F2. RGB value is (32,26,242). Sum of RGB (Red+Green+Blue) = 32+26+242=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 242 (94.92% from 255 or 80.67% from 300); Max value from RGB is 242 - color contains mainly: blue. Hex color #201AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201AF2 is #DFE50D. Grayscale: #333333. Windows color (decimal): -14673166 or 15866400. OLE color: 15866400.
HSL color Cylindrical-coordinate representation of color #201AF2: hue angle of 241.67º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201AF2 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 26 | 242 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.05 |
| HSL | 241.67º | 0.89% | 0.53% | - |
| HSV(B) | 241.67º | 0.89% | 0.95% | - |
| XYZ | 16.99 | 7.46 | 84.55 | - |
| YUV | 52.42 | 234.99 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 242 | 0.87 | 0.89 | 0 | 0.05 | 241.67 | 0.89 | 0.53 |
| Hex | 20 | 1A | F2 | 57 | 59 | 0 | 5 | F2 | 59 | 35 |
| Octal | 40 | 32 | 362 | 127 | 131 | 0 | 5 | 362 | 131 | 65 |
| Binary | 100000 | 11010 | 11110010 | 1010111 | 1011001 | 0 | 101 | 11110010 | 1011001 | 110101 |
Color Harmonies of #201AF2
Complementary color
Monochromatic Colors of #201AF2
Black with #201AF2
Text Example
Text Example
White with #201AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AF2; }
p { color: rgb(32,26,242); }
H1.HeaderClassName
{
color: #201AF2;
}
.AnyTagClassName
{
color: #201AF2;
}
</style>
background-color css
<style>
a { background-color: #201AF2; }
a { background-color: rgb(32,26,242); }
div.DivClassName
{
background-color: #201AF2;
}
.BgClassName
{
background-color: #201AF2;
}
</style>
border-color css
<style>
span { border-color: #201AF2; }
span { border-color: rgb(32,26,242); }
td.TdClassName
{
border-color: #201AF2;
}
.TagClassName
{
border-color: #201AF2;
}
</style>