Shades of Blue #211FFC
Tints of Blue #211FFC
RGB
CMYK
RGB Variations
Color information
#211FFC (or 0x211FFC) is known color: Blue. HEX triplet: 21, 1F and FC. RGB value is (33,31,252). Sum of RGB (Red+Green+Blue) = 33+31+252=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 252 (98.83% from 255 or 79.75% from 316); Max value from RGB is 252 - color contains mainly: blue. Hex color #211FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211FFC is #DEE003. Grayscale: #373737. Windows color (decimal): -14606340 or 16523041. OLE color: 16523041.
HSL color Cylindrical-coordinate representation of color #211FFC: hue angle of 240.54º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211FFC is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 31 | 252 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.01 |
| HSL | 240.54º | 0.97% | 0.55% | - |
| HSV(B) | 240.54º | 0.88% | 0.99% | - |
| XYZ | 18.69 | 8.33 | 92.72 | - |
| YUV | 56.79 | 238.16 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 252 | 0.87 | 0.88 | 0 | 0.01 | 240.54 | 0.97 | 0.55 |
| Hex | 21 | 1F | FC | 57 | 58 | 0 | 1 | F1 | 61 | 37 |
| Octal | 41 | 37 | 374 | 127 | 130 | 0 | 1 | 361 | 141 | 67 |
| Binary | 100001 | 11111 | 11111100 | 1010111 | 1011000 | 0 | 1 | 11110001 | 1100001 | 110111 |
Color Harmonies of #211FFC
Complementary color
Monochromatic Colors of #211FFC
Black with #211FFC
Text Example
Text Example
White with #211FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FFC; }
p { color: rgb(33,31,252); }
H1.HeaderClassName
{
color: #211FFC;
}
.AnyTagClassName
{
color: #211FFC;
}
</style>
background-color css
<style>
a { background-color: #211FFC; }
a { background-color: rgb(33,31,252); }
div.DivClassName
{
background-color: #211FFC;
}
.BgClassName
{
background-color: #211FFC;
}
</style>
border-color css
<style>
span { border-color: #211FFC; }
span { border-color: rgb(33,31,252); }
td.TdClassName
{
border-color: #211FFC;
}
.TagClassName
{
border-color: #211FFC;
}
</style>