Shades of Blue #211BFB
Tints of Blue #211BFB
RGB
CMYK
RGB Variations
Color information
#211BFB (or 0x211BFB) is known color: Blue. HEX triplet: 21, 1B and FB. RGB value is (33,27,251). Sum of RGB (Red+Green+Blue) = 33+27+251=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 251 (98.44% from 255 or 80.71% from 311); Max value from RGB is 251 - color contains mainly: blue. Hex color #211BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211BFB is #DEE404. Grayscale: #353535. Windows color (decimal): -14607365 or 16456481. OLE color: 16456481.
HSL color Cylindrical-coordinate representation of color #211BFB: hue angle of 241.61º 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 #211BFB is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 27 | 251 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.02 |
| HSL | 241.61º | 0.97% | 0.55% | - |
| HSV(B) | 241.61º | 0.89% | 0.98% | - |
| XYZ | 18.43 | 8.07 | 91.85 | - |
| YUV | 54.33 | 238.99 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 251 | 0.87 | 0.89 | 0 | 0.02 | 241.61 | 0.97 | 0.55 |
| Hex | 21 | 1B | FB | 57 | 59 | 0 | 2 | F2 | 61 | 37 |
| Octal | 41 | 33 | 373 | 127 | 131 | 0 | 2 | 362 | 141 | 67 |
| Binary | 100001 | 11011 | 11111011 | 1010111 | 1011001 | 0 | 10 | 11110010 | 1100001 | 110111 |
Color Harmonies of #211BFB
Complementary color
Monochromatic Colors of #211BFB
Black with #211BFB
Text Example
Text Example
White with #211BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BFB; }
p { color: rgb(33,27,251); }
H1.HeaderClassName
{
color: #211BFB;
}
.AnyTagClassName
{
color: #211BFB;
}
</style>
background-color css
<style>
a { background-color: #211BFB; }
a { background-color: rgb(33,27,251); }
div.DivClassName
{
background-color: #211BFB;
}
.BgClassName
{
background-color: #211BFB;
}
</style>
border-color css
<style>
span { border-color: #211BFB; }
span { border-color: rgb(33,27,251); }
td.TdClassName
{
border-color: #211BFB;
}
.TagClassName
{
border-color: #211BFB;
}
</style>