Shades of Blue #211BFF
Tints of Blue #211BFF
RGB
CMYK
RGB Variations
Color information
#211BFF (or 0x211BFF) is known color: Blue. HEX triplet: 21, 1B and FF. RGB value is (33,27,255). Sum of RGB (Red+Green+Blue) = 33+27+255=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #211BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211BFF is #DEE400. Grayscale: #353535. Windows color (decimal): -14607361 or 16718625. OLE color: 16718625.
HSL color Cylindrical-coordinate representation of color #211BFF: hue angle of 241.58º 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 #211BFF is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 27 | 255 | - |
| CMYK | 0.87 | 0.89 | 0 | 0 |
| HSL | 241.58º | 1% | 0.55% | - |
| HSV(B) | 241.58º | 0.89% | 1% | - |
| XYZ | 19.07 | 8.33 | 95.21 | - |
| YUV | 54.79 | 240.99 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 255 | 0.87 | 0.89 | 0 | 0 | 241.58 | 1 | 0.55 |
| Hex | 21 | 1B | FF | 57 | 59 | 0 | 0 | F2 | 64 | 37 |
| Octal | 41 | 33 | 377 | 127 | 131 | 0 | 0 | 362 | 144 | 67 |
| Binary | 100001 | 11011 | 11111111 | 1010111 | 1011001 | 0 | 0 | 11110010 | 1100100 | 110111 |
Color Harmonies of #211BFF
Complementary color
Monochromatic Colors of #211BFF
Black with #211BFF
Text Example
Text Example
White with #211BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BFF; }
p { color: rgb(33,27,255); }
H1.HeaderClassName
{
color: #211BFF;
}
.AnyTagClassName
{
color: #211BFF;
}
</style>
background-color css
<style>
a { background-color: #211BFF; }
a { background-color: rgb(33,27,255); }
div.DivClassName
{
background-color: #211BFF;
}
.BgClassName
{
background-color: #211BFF;
}
</style>
border-color css
<style>
span { border-color: #211BFF; }
span { border-color: rgb(33,27,255); }
td.TdClassName
{
border-color: #211BFF;
}
.TagClassName
{
border-color: #211BFF;
}
</style>