Shades of Blue #211AFD
Tints of Blue #211AFD
RGB
CMYK
RGB Variations
Color information
#211AFD (or 0x211AFD) is known color: Blue. HEX triplet: 21, 1A and FD. RGB value is (33,26,253). Sum of RGB (Red+Green+Blue) = 33+26+253=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 253 (99.22% from 255 or 81.09% from 312); Max value from RGB is 253 - color contains mainly: blue. Hex color #211AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211AFD is #DEE502. Grayscale: #353535. Windows color (decimal): -14607619 or 16587297. OLE color: 16587297.
HSL color Cylindrical-coordinate representation of color #211AFD: hue angle of 241.85º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #211AFD is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 26 | 253 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.01 |
| HSL | 241.85º | 0.98% | 0.55% | - |
| HSV(B) | 241.85º | 0.9% | 0.99% | - |
| XYZ | 18.73 | 8.15 | 93.52 | - |
| YUV | 53.97 | 240.32 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 253 | 0.87 | 0.90 | 0 | 0.01 | 241.85 | 0.98 | 0.55 |
| Hex | 21 | 1A | FD | 57 | 5A | 0 | 1 | F2 | 62 | 37 |
| Octal | 41 | 32 | 375 | 127 | 132 | 0 | 1 | 362 | 142 | 67 |
| Binary | 100001 | 11010 | 11111101 | 1010111 | 1011010 | 0 | 1 | 11110010 | 1100010 | 110111 |
Color Harmonies of #211AFD
Complementary color
Monochromatic Colors of #211AFD
Black with #211AFD
Text Example
Text Example
White with #211AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211AFD; }
p { color: rgb(33,26,253); }
H1.HeaderClassName
{
color: #211AFD;
}
.AnyTagClassName
{
color: #211AFD;
}
</style>
background-color css
<style>
a { background-color: #211AFD; }
a { background-color: rgb(33,26,253); }
div.DivClassName
{
background-color: #211AFD;
}
.BgClassName
{
background-color: #211AFD;
}
</style>
border-color css
<style>
span { border-color: #211AFD; }
span { border-color: rgb(33,26,253); }
td.TdClassName
{
border-color: #211AFD;
}
.TagClassName
{
border-color: #211AFD;
}
</style>