Shades of Blue #211FF8
Tints of Blue #211FF8
RGB
CMYK
RGB Variations
Color information
#211FF8 (or 0x211FF8) is known color: Blue. HEX triplet: 21, 1F and F8. RGB value is (33,31,248). Sum of RGB (Red+Green+Blue) = 33+31+248=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 248 (97.27% from 255 or 79.49% from 312); Max value from RGB is 248 - color contains mainly: blue. Hex color #211FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211FF8 is #DEE007. Grayscale: #373737. Windows color (decimal): -14606344 or 16260897. OLE color: 16260897.
HSL color Cylindrical-coordinate representation of color #211FF8: hue angle of 240.55º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211FF8 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 31 | 248 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.03 |
| HSL | 240.55º | 0.94% | 0.55% | - |
| HSV(B) | 240.55º | 0.88% | 0.97% | - |
| XYZ | 18.06 | 8.08 | 89.41 | - |
| YUV | 56.34 | 236.16 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 248 | 0.87 | 0.88 | 0 | 0.03 | 240.55 | 0.94 | 0.55 |
| Hex | 21 | 1F | F8 | 57 | 58 | 0 | 3 | F1 | 5E | 37 |
| Octal | 41 | 37 | 370 | 127 | 130 | 0 | 3 | 361 | 136 | 67 |
| Binary | 100001 | 11111 | 11111000 | 1010111 | 1011000 | 0 | 11 | 11110001 | 1011110 | 110111 |
Color Harmonies of #211FF8
Complementary color
Monochromatic Colors of #211FF8
Black with #211FF8
Text Example
Text Example
White with #211FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FF8; }
p { color: rgb(33,31,248); }
H1.HeaderClassName
{
color: #211FF8;
}
.AnyTagClassName
{
color: #211FF8;
}
</style>
background-color css
<style>
a { background-color: #211FF8; }
a { background-color: rgb(33,31,248); }
div.DivClassName
{
background-color: #211FF8;
}
.BgClassName
{
background-color: #211FF8;
}
</style>
border-color css
<style>
span { border-color: #211FF8; }
span { border-color: rgb(33,31,248); }
td.TdClassName
{
border-color: #211FF8;
}
.TagClassName
{
border-color: #211FF8;
}
</style>