Shades of Blue #212AF9
Tints of Blue #212AF9
RGB
CMYK
RGB Variations
Color information
#212AF9 (or 0x212AF9) is known color: Blue. HEX triplet: 21, 2A and F9. RGB value is (33,42,249). Sum of RGB (Red+Green+Blue) = 33+42+249=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 249 (97.66% from 255 or 76.85% from 324); Max value from RGB is 249 - color contains mainly: blue. Hex color #212AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212AF9 is #DED506. Grayscale: #3E3E3E. Windows color (decimal): -14603527 or 16329249. OLE color: 16329249.
HSL color Cylindrical-coordinate representation of color #212AF9: hue angle of 237.5º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #212AF9 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 42 | 249 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.02 |
| HSL | 237.5º | 0.95% | 0.55% | - |
| HSV(B) | 237.5º | 0.87% | 0.98% | - |
| XYZ | 18.55 | 8.82 | 90.35 | - |
| YUV | 62.91 | 233.02 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 249 | 0.87 | 0.83 | 0 | 0.02 | 237.5 | 0.95 | 0.55 |
| Hex | 21 | 2A | F9 | 57 | 53 | 0 | 2 | EE | 5F | 37 |
| Octal | 41 | 52 | 371 | 127 | 123 | 0 | 2 | 356 | 137 | 67 |
| Binary | 100001 | 101010 | 11111001 | 1010111 | 1010011 | 0 | 10 | 11101110 | 1011111 | 110111 |
Color Harmonies of #212AF9
Complementary color
Monochromatic Colors of #212AF9
Black with #212AF9
Text Example
Text Example
White with #212AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AF9; }
p { color: rgb(33,42,249); }
H1.HeaderClassName
{
color: #212AF9;
}
.AnyTagClassName
{
color: #212AF9;
}
</style>
background-color css
<style>
a { background-color: #212AF9; }
a { background-color: rgb(33,42,249); }
div.DivClassName
{
background-color: #212AF9;
}
.BgClassName
{
background-color: #212AF9;
}
</style>
border-color css
<style>
span { border-color: #212AF9; }
span { border-color: rgb(33,42,249); }
td.TdClassName
{
border-color: #212AF9;
}
.TagClassName
{
border-color: #212AF9;
}
</style>