Shades of Blue #201BFF
Tints of Blue #201BFF
RGB
CMYK
RGB Variations
Color information
#201BFF (or 0x201BFF) is known color: Blue. HEX triplet: 20, 1B and FF. RGB value is (32,27,255). Sum of RGB (Red+Green+Blue) = 32+27+255=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 255 (100% from 255 or 81.21% from 314); Max value from RGB is 255 - color contains mainly: blue. Hex color #201BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201BFF is #DFE400. Grayscale: #353535. Windows color (decimal): -14672897 or 16718624. OLE color: 16718624.
HSL color Cylindrical-coordinate representation of color #201BFF: hue angle of 241.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201BFF is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 27 | 255 | - |
| CMYK | 0.87 | 0.89 | 0 | 0 |
| HSL | 241.32º | 1% | 0.55% | - |
| HSV(B) | 241.32º | 0.89% | 1% | - |
| XYZ | 19.04 | 8.31 | 95.21 | - |
| YUV | 54.49 | 241.16 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 255 | 0.87 | 0.89 | 0 | 0 | 241.32 | 1 | 0.55 |
| Hex | 20 | 1B | FF | 57 | 59 | 0 | 0 | F1 | 64 | 37 |
| Octal | 40 | 33 | 377 | 127 | 131 | 0 | 0 | 361 | 144 | 67 |
| Binary | 100000 | 11011 | 11111111 | 1010111 | 1011001 | 0 | 0 | 11110001 | 1100100 | 110111 |
Color Harmonies of #201BFF
Complementary color
Monochromatic Colors of #201BFF
Black with #201BFF
Text Example
Text Example
White with #201BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BFF; }
p { color: rgb(32,27,255); }
H1.HeaderClassName
{
color: #201BFF;
}
.AnyTagClassName
{
color: #201BFF;
}
</style>
background-color css
<style>
a { background-color: #201BFF; }
a { background-color: rgb(32,27,255); }
div.DivClassName
{
background-color: #201BFF;
}
.BgClassName
{
background-color: #201BFF;
}
</style>
border-color css
<style>
span { border-color: #201BFF; }
span { border-color: rgb(32,27,255); }
td.TdClassName
{
border-color: #201BFF;
}
.TagClassName
{
border-color: #201BFF;
}
</style>