Shades of Blue #212AF0
Tints of Blue #212AF0
RGB
CMYK
RGB Variations
Color information
#212AF0 (or 0x212AF0) is known color: Blue. HEX triplet: 21, 2A and F0. RGB value is (33,42,240). Sum of RGB (Red+Green+Blue) = 33+42+240=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 240 (94.14% from 255 or 76.19% from 315); Max value from RGB is 240 - color contains mainly: blue. Hex color #212AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212AF0 is #DED50F. Grayscale: #3D3D3D. Windows color (decimal): -14603536 or 15739425. OLE color: 15739425.
HSL color Cylindrical-coordinate representation of color #212AF0: hue angle of 237.39º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212AF0 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 42 | 240 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.06 |
| HSL | 237.39º | 0.87% | 0.54% | - |
| HSV(B) | 237.39º | 0.86% | 0.94% | - |
| XYZ | 17.18 | 8.27 | 83.13 | - |
| YUV | 61.88 | 228.52 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 240 | 0.86 | 0.82 | 0 | 0.06 | 237.39 | 0.87 | 0.54 |
| Hex | 21 | 2A | F0 | 56 | 52 | 0 | 6 | ED | 57 | 36 |
| Octal | 41 | 52 | 360 | 126 | 122 | 0 | 6 | 355 | 127 | 66 |
| Binary | 100001 | 101010 | 11110000 | 1010110 | 1010010 | 0 | 110 | 11101101 | 1010111 | 110110 |
Color Harmonies of #212AF0
Complementary color
Monochromatic Colors of #212AF0
Black with #212AF0
Text Example
Text Example
White with #212AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AF0; }
p { color: rgb(33,42,240); }
H1.HeaderClassName
{
color: #212AF0;
}
.AnyTagClassName
{
color: #212AF0;
}
</style>
background-color css
<style>
a { background-color: #212AF0; }
a { background-color: rgb(33,42,240); }
div.DivClassName
{
background-color: #212AF0;
}
.BgClassName
{
background-color: #212AF0;
}
</style>
border-color css
<style>
span { border-color: #212AF0; }
span { border-color: rgb(33,42,240); }
td.TdClassName
{
border-color: #212AF0;
}
.TagClassName
{
border-color: #212AF0;
}
</style>