Shades of Blue #201AF1
Tints of Blue #201AF1
RGB
CMYK
RGB Variations
Color information
#201AF1 (or 0x201AF1) is known color: Blue. HEX triplet: 20, 1A and F1. RGB value is (32,26,241). Sum of RGB (Red+Green+Blue) = 32+26+241=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 241 (94.53% from 255 or 80.60% from 299); Max value from RGB is 241 - color contains mainly: blue. Hex color #201AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201AF1 is #DFE50E. Grayscale: #333333. Windows color (decimal): -14673167 or 15800864. OLE color: 15800864.
HSL color Cylindrical-coordinate representation of color #201AF1: hue angle of 241.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201AF1 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 26 | 241 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.05 |
| HSL | 241.67º | 0.88% | 0.52% | - |
| HSV(B) | 241.67º | 0.89% | 0.95% | - |
| XYZ | 16.84 | 7.4 | 83.76 | - |
| YUV | 52.3 | 234.49 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 241 | 0.87 | 0.89 | 0 | 0.05 | 241.67 | 0.88 | 0.52 |
| Hex | 20 | 1A | F1 | 57 | 59 | 0 | 5 | F2 | 58 | 34 |
| Octal | 40 | 32 | 361 | 127 | 131 | 0 | 5 | 362 | 130 | 64 |
| Binary | 100000 | 11010 | 11110001 | 1010111 | 1011001 | 0 | 101 | 11110010 | 1011000 | 110100 |
Color Harmonies of #201AF1
Complementary color
Monochromatic Colors of #201AF1
Black with #201AF1
Text Example
Text Example
White with #201AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AF1; }
p { color: rgb(32,26,241); }
H1.HeaderClassName
{
color: #201AF1;
}
.AnyTagClassName
{
color: #201AF1;
}
</style>
background-color css
<style>
a { background-color: #201AF1; }
a { background-color: rgb(32,26,241); }
div.DivClassName
{
background-color: #201AF1;
}
.BgClassName
{
background-color: #201AF1;
}
</style>
border-color css
<style>
span { border-color: #201AF1; }
span { border-color: rgb(32,26,241); }
td.TdClassName
{
border-color: #201AF1;
}
.TagClassName
{
border-color: #201AF1;
}
</style>