Shades of Blue #212AF4
Tints of Blue #212AF4
RGB
CMYK
RGB Variations
Color information
#212AF4 (or 0x212AF4) is known color: Blue. HEX triplet: 21, 2A and F4. RGB value is (33,42,244). Sum of RGB (Red+Green+Blue) = 33+42+244=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 244 (95.70% from 255 or 76.49% from 319); Max value from RGB is 244 - color contains mainly: blue. Hex color #212AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212AF4 is #DED50B. Grayscale: #3D3D3D. Windows color (decimal): -14603532 or 16001569. OLE color: 16001569.
HSL color Cylindrical-coordinate representation of color #212AF4: hue angle of 237.44º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212AF4 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 42 | 244 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.04 |
| HSL | 237.44º | 0.91% | 0.54% | - |
| HSV(B) | 237.44º | 0.86% | 0.96% | - |
| XYZ | 17.78 | 8.51 | 86.29 | - |
| YUV | 62.34 | 230.52 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 244 | 0.86 | 0.83 | 0 | 0.04 | 237.44 | 0.91 | 0.54 |
| Hex | 21 | 2A | F4 | 56 | 53 | 0 | 4 | ED | 5B | 36 |
| Octal | 41 | 52 | 364 | 126 | 123 | 0 | 4 | 355 | 133 | 66 |
| Binary | 100001 | 101010 | 11110100 | 1010110 | 1010011 | 0 | 100 | 11101101 | 1011011 | 110110 |
Color Harmonies of #212AF4
Complementary color
Monochromatic Colors of #212AF4
Black with #212AF4
Text Example
Text Example
White with #212AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AF4; }
p { color: rgb(33,42,244); }
H1.HeaderClassName
{
color: #212AF4;
}
.AnyTagClassName
{
color: #212AF4;
}
</style>
background-color css
<style>
a { background-color: #212AF4; }
a { background-color: rgb(33,42,244); }
div.DivClassName
{
background-color: #212AF4;
}
.BgClassName
{
background-color: #212AF4;
}
</style>
border-color css
<style>
span { border-color: #212AF4; }
span { border-color: rgb(33,42,244); }
td.TdClassName
{
border-color: #212AF4;
}
.TagClassName
{
border-color: #212AF4;
}
</style>