Shades of Blue #212AFD
Tints of Blue #212AFD
RGB
CMYK
RGB Variations
Color information
#212AFD (or 0x212AFD) is known color: Blue. HEX triplet: 21, 2A and FD. RGB value is (33,42,253). Sum of RGB (Red+Green+Blue) = 33+42+253=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #212AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212AFD is #DED502. Grayscale: #3E3E3E. Windows color (decimal): -14603523 or 16591393. OLE color: 16591393.
HSL color Cylindrical-coordinate representation of color #212AFD: hue angle of 237.55º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #212AFD is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 42 | 253 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.01 |
| HSL | 237.55º | 0.98% | 0.56% | - |
| HSV(B) | 237.55º | 0.87% | 0.99% | - |
| XYZ | 19.18 | 9.07 | 93.67 | - |
| YUV | 63.36 | 235.02 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 253 | 0.87 | 0.83 | 0 | 0.01 | 237.55 | 0.98 | 0.56 |
| Hex | 21 | 2A | FD | 57 | 53 | 0 | 1 | EE | 62 | 38 |
| Octal | 41 | 52 | 375 | 127 | 123 | 0 | 1 | 356 | 142 | 70 |
| Binary | 100001 | 101010 | 11111101 | 1010111 | 1010011 | 0 | 1 | 11101110 | 1100010 | 111000 |
Color Harmonies of #212AFD
Complementary color
Monochromatic Colors of #212AFD
Black with #212AFD
Text Example
Text Example
White with #212AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AFD; }
p { color: rgb(33,42,253); }
H1.HeaderClassName
{
color: #212AFD;
}
.AnyTagClassName
{
color: #212AFD;
}
</style>
background-color css
<style>
a { background-color: #212AFD; }
a { background-color: rgb(33,42,253); }
div.DivClassName
{
background-color: #212AFD;
}
.BgClassName
{
background-color: #212AFD;
}
</style>
border-color css
<style>
span { border-color: #212AFD; }
span { border-color: rgb(33,42,253); }
td.TdClassName
{
border-color: #212AFD;
}
.TagClassName
{
border-color: #212AFD;
}
</style>