Shades of Blue #212AFC
Tints of Blue #212AFC
RGB
CMYK
RGB Variations
Color information
#212AFC (or 0x212AFC) is known color: Blue. HEX triplet: 21, 2A and FC. RGB value is (33,42,252). Sum of RGB (Red+Green+Blue) = 33+42+252=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 252 (98.83% from 255 or 77.06% from 327); Max value from RGB is 252 - color contains mainly: blue. Hex color #212AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212AFC is #DED503. Grayscale: #3E3E3E. Windows color (decimal): -14603524 or 16525857. OLE color: 16525857.
HSL color Cylindrical-coordinate representation of color #212AFC: hue angle of 237.53º degrees, saturation: 0.97, 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 #212AFC is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 42 | 252 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.01 |
| HSL | 237.53º | 0.97% | 0.56% | - |
| HSV(B) | 237.53º | 0.87% | 0.99% | - |
| XYZ | 19.03 | 9.01 | 92.83 | - |
| YUV | 63.25 | 234.52 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 252 | 0.87 | 0.83 | 0 | 0.01 | 237.53 | 0.97 | 0.56 |
| Hex | 21 | 2A | FC | 57 | 53 | 0 | 1 | EE | 61 | 38 |
| Octal | 41 | 52 | 374 | 127 | 123 | 0 | 1 | 356 | 141 | 70 |
| Binary | 100001 | 101010 | 11111100 | 1010111 | 1010011 | 0 | 1 | 11101110 | 1100001 | 111000 |
Color Harmonies of #212AFC
Complementary color
Monochromatic Colors of #212AFC
Black with #212AFC
Text Example
Text Example
White with #212AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AFC; }
p { color: rgb(33,42,252); }
H1.HeaderClassName
{
color: #212AFC;
}
.AnyTagClassName
{
color: #212AFC;
}
</style>
background-color css
<style>
a { background-color: #212AFC; }
a { background-color: rgb(33,42,252); }
div.DivClassName
{
background-color: #212AFC;
}
.BgClassName
{
background-color: #212AFC;
}
</style>
border-color css
<style>
span { border-color: #212AFC; }
span { border-color: rgb(33,42,252); }
td.TdClassName
{
border-color: #212AFC;
}
.TagClassName
{
border-color: #212AFC;
}
</style>