Shades of Blue #201BF2
Tints of Blue #201BF2
RGB
CMYK
RGB Variations
Color information
#201BF2 (or 0x201BF2) is known color: Blue. HEX triplet: 20, 1B and F2. RGB value is (32,27,242). Sum of RGB (Red+Green+Blue) = 32+27+242=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 242 (94.92% from 255 or 80.40% from 301); Max value from RGB is 242 - color contains mainly: blue. Hex color #201BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201BF2 is #DFE40D. Grayscale: #343434. Windows color (decimal): -14672910 or 15866656. OLE color: 15866656.
HSL color Cylindrical-coordinate representation of color #201BF2: hue angle of 241.4º 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 #201BF2 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 27 | 242 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.05 |
| HSL | 241.4º | 0.89% | 0.53% | - |
| HSV(B) | 241.4º | 0.89% | 0.95% | - |
| XYZ | 17.01 | 7.5 | 84.56 | - |
| YUV | 53.01 | 234.66 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 242 | 0.87 | 0.89 | 0 | 0.05 | 241.4 | 0.89 | 0.53 |
| Hex | 20 | 1B | F2 | 57 | 59 | 0 | 5 | F1 | 59 | 35 |
| Octal | 40 | 33 | 362 | 127 | 131 | 0 | 5 | 361 | 131 | 65 |
| Binary | 100000 | 11011 | 11110010 | 1010111 | 1011001 | 0 | 101 | 11110001 | 1011001 | 110101 |
Color Harmonies of #201BF2
Complementary color
Monochromatic Colors of #201BF2
Black with #201BF2
Text Example
Text Example
White with #201BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BF2; }
p { color: rgb(32,27,242); }
H1.HeaderClassName
{
color: #201BF2;
}
.AnyTagClassName
{
color: #201BF2;
}
</style>
background-color css
<style>
a { background-color: #201BF2; }
a { background-color: rgb(32,27,242); }
div.DivClassName
{
background-color: #201BF2;
}
.BgClassName
{
background-color: #201BF2;
}
</style>
border-color css
<style>
span { border-color: #201BF2; }
span { border-color: rgb(32,27,242); }
td.TdClassName
{
border-color: #201BF2;
}
.TagClassName
{
border-color: #201BF2;
}
</style>