Shades of Blue #211AFB
Tints of Blue #211AFB
RGB
CMYK
RGB Variations
Color information
#211AFB (or 0x211AFB) is known color: Blue. HEX triplet: 21, 1A and FB. RGB value is (33,26,251). Sum of RGB (Red+Green+Blue) = 33+26+251=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 26 (10.55% from 255 or 8.39% 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 #211AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211AFB is #DEE504. Grayscale: #343434. Windows color (decimal): -14607621 or 16456225. OLE color: 16456225.
HSL color Cylindrical-coordinate representation of color #211AFB: hue angle of 241.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #211AFB is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 26 | 251 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.02 |
| HSL | 241.87º | 0.97% | 0.54% | - |
| HSV(B) | 241.87º | 0.9% | 0.98% | - |
| XYZ | 18.41 | 8.03 | 91.85 | - |
| YUV | 53.74 | 239.32 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 251 | 0.87 | 0.90 | 0 | 0.02 | 241.87 | 0.97 | 0.54 |
| Hex | 21 | 1A | FB | 57 | 5A | 0 | 2 | F2 | 61 | 36 |
| Octal | 41 | 32 | 373 | 127 | 132 | 0 | 2 | 362 | 141 | 66 |
| Binary | 100001 | 11010 | 11111011 | 1010111 | 1011010 | 0 | 10 | 11110010 | 1100001 | 110110 |
Color Harmonies of #211AFB
Complementary color
Monochromatic Colors of #211AFB
Black with #211AFB
Text Example
Text Example
White with #211AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211AFB; }
p { color: rgb(33,26,251); }
H1.HeaderClassName
{
color: #211AFB;
}
.AnyTagClassName
{
color: #211AFB;
}
</style>
background-color css
<style>
a { background-color: #211AFB; }
a { background-color: rgb(33,26,251); }
div.DivClassName
{
background-color: #211AFB;
}
.BgClassName
{
background-color: #211AFB;
}
</style>
border-color css
<style>
span { border-color: #211AFB; }
span { border-color: rgb(33,26,251); }
td.TdClassName
{
border-color: #211AFB;
}
.TagClassName
{
border-color: #211AFB;
}
</style>