Shades of Blue #211AF2
Tints of Blue #211AF2
RGB
CMYK
RGB Variations
Color information
#211AF2 (or 0x211AF2) is known color: Blue. HEX triplet: 21, 1A and F2. RGB value is (33,26,242). Sum of RGB (Red+Green+Blue) = 33+26+242=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 242 (94.92% from 255 or 80.40% from 301); Max value from RGB is 242 - color contains mainly: blue. Hex color #211AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211AF2 is #DEE50D. Grayscale: #333333. Windows color (decimal): -14607630 or 15866401. OLE color: 15866401.
HSL color Cylindrical-coordinate representation of color #211AF2: hue angle of 241.94º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #211AF2 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 26 | 242 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.05 |
| HSL | 241.94º | 0.89% | 0.53% | - |
| HSV(B) | 241.94º | 0.89% | 0.95% | - |
| XYZ | 17.02 | 7.47 | 84.55 | - |
| YUV | 52.72 | 234.82 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 242 | 0.86 | 0.89 | 0 | 0.05 | 241.94 | 0.89 | 0.53 |
| Hex | 21 | 1A | F2 | 56 | 59 | 0 | 5 | F2 | 59 | 35 |
| Octal | 41 | 32 | 362 | 126 | 131 | 0 | 5 | 362 | 131 | 65 |
| Binary | 100001 | 11010 | 11110010 | 1010110 | 1011001 | 0 | 101 | 11110010 | 1011001 | 110101 |
Color Harmonies of #211AF2
Complementary color
Monochromatic Colors of #211AF2
Black with #211AF2
Text Example
Text Example
White with #211AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211AF2; }
p { color: rgb(33,26,242); }
H1.HeaderClassName
{
color: #211AF2;
}
.AnyTagClassName
{
color: #211AF2;
}
</style>
background-color css
<style>
a { background-color: #211AF2; }
a { background-color: rgb(33,26,242); }
div.DivClassName
{
background-color: #211AF2;
}
.BgClassName
{
background-color: #211AF2;
}
</style>
border-color css
<style>
span { border-color: #211AF2; }
span { border-color: rgb(33,26,242); }
td.TdClassName
{
border-color: #211AF2;
}
.TagClassName
{
border-color: #211AF2;
}
</style>