Shades of Blue #201BFB
Tints of Blue #201BFB
RGB
CMYK
RGB Variations
Color information
#201BFB (or 0x201BFB) is known color: Blue. HEX triplet: 20, 1B and FB. RGB value is (32,27,251). Sum of RGB (Red+Green+Blue) = 32+27+251=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 251 (98.44% from 255 or 80.97% from 310); Max value from RGB is 251 - color contains mainly: blue. Hex color #201BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201BFB is #DFE404. Grayscale: #353535. Windows color (decimal): -14672901 or 16456480. OLE color: 16456480.
HSL color Cylindrical-coordinate representation of color #201BFB: hue angle of 241.34º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201BFB is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 27 | 251 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.02 |
| HSL | 241.34º | 0.97% | 0.55% | - |
| HSV(B) | 241.34º | 0.89% | 0.98% | - |
| XYZ | 18.4 | 8.06 | 91.85 | - |
| YUV | 54.03 | 239.16 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 251 | 0.87 | 0.89 | 0 | 0.02 | 241.34 | 0.97 | 0.55 |
| Hex | 20 | 1B | FB | 57 | 59 | 0 | 2 | F1 | 61 | 37 |
| Octal | 40 | 33 | 373 | 127 | 131 | 0 | 2 | 361 | 141 | 67 |
| Binary | 100000 | 11011 | 11111011 | 1010111 | 1011001 | 0 | 10 | 11110001 | 1100001 | 110111 |
Color Harmonies of #201BFB
Complementary color
Monochromatic Colors of #201BFB
Black with #201BFB
Text Example
Text Example
White with #201BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BFB; }
p { color: rgb(32,27,251); }
H1.HeaderClassName
{
color: #201BFB;
}
.AnyTagClassName
{
color: #201BFB;
}
</style>
background-color css
<style>
a { background-color: #201BFB; }
a { background-color: rgb(32,27,251); }
div.DivClassName
{
background-color: #201BFB;
}
.BgClassName
{
background-color: #201BFB;
}
</style>
border-color css
<style>
span { border-color: #201BFB; }
span { border-color: rgb(32,27,251); }
td.TdClassName
{
border-color: #201BFB;
}
.TagClassName
{
border-color: #201BFB;
}
</style>