Shades of Blue #211AF3
Tints of Blue #211AF3
RGB
CMYK
RGB Variations
Color information
#211AF3 (or 0x211AF3) is known color: Blue. HEX triplet: 21, 1A and F3. RGB value is (33,26,243). Sum of RGB (Red+Green+Blue) = 33+26+243=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 243 (95.31% from 255 or 80.46% from 302); Max value from RGB is 243 - color contains mainly: blue. Hex color #211AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211AF3 is #DEE50C. Grayscale: #333333. Windows color (decimal): -14607629 or 15931937. OLE color: 15931937.
HSL color Cylindrical-coordinate representation of color #211AF3: hue angle of 241.94º degrees, saturation: 0.9, 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 #211AF3 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 26 | 243 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.05 |
| HSL | 241.94º | 0.9% | 0.53% | - |
| HSV(B) | 241.94º | 0.89% | 0.95% | - |
| XYZ | 17.17 | 7.53 | 85.34 | - |
| YUV | 52.83 | 235.32 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 243 | 0.86 | 0.89 | 0 | 0.05 | 241.94 | 0.9 | 0.53 |
| Hex | 21 | 1A | F3 | 56 | 59 | 0 | 5 | F2 | 5A | 35 |
| Octal | 41 | 32 | 363 | 126 | 131 | 0 | 5 | 362 | 132 | 65 |
| Binary | 100001 | 11010 | 11110011 | 1010110 | 1011001 | 0 | 101 | 11110010 | 1011010 | 110101 |
Color Harmonies of #211AF3
Complementary color
Monochromatic Colors of #211AF3
Black with #211AF3
Text Example
Text Example
White with #211AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211AF3; }
p { color: rgb(33,26,243); }
H1.HeaderClassName
{
color: #211AF3;
}
.AnyTagClassName
{
color: #211AF3;
}
</style>
background-color css
<style>
a { background-color: #211AF3; }
a { background-color: rgb(33,26,243); }
div.DivClassName
{
background-color: #211AF3;
}
.BgClassName
{
background-color: #211AF3;
}
</style>
border-color css
<style>
span { border-color: #211AF3; }
span { border-color: rgb(33,26,243); }
td.TdClassName
{
border-color: #211AF3;
}
.TagClassName
{
border-color: #211AF3;
}
</style>