Shades of Blue #212AFA
Tints of Blue #212AFA
RGB
CMYK
RGB Variations
Color information
#212AFA (or 0x212AFA) is known color: Blue. HEX triplet: 21, 2A and FA. RGB value is (33,42,250). Sum of RGB (Red+Green+Blue) = 33+42+250=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #212AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212AFA is #DED505. Grayscale: #3E3E3E. Windows color (decimal): -14603526 or 16394785. OLE color: 16394785.
HSL color Cylindrical-coordinate representation of color #212AFA: hue angle of 237.51º degrees, saturation: 0.96, 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 #212AFA is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 42 | 250 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.02 |
| HSL | 237.51º | 0.96% | 0.55% | - |
| HSV(B) | 237.51º | 0.87% | 0.98% | - |
| XYZ | 18.71 | 8.88 | 91.17 | - |
| YUV | 63.02 | 233.52 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 250 | 0.87 | 0.83 | 0 | 0.02 | 237.51 | 0.96 | 0.55 |
| Hex | 21 | 2A | FA | 57 | 53 | 0 | 2 | EE | 60 | 37 |
| Octal | 41 | 52 | 372 | 127 | 123 | 0 | 2 | 356 | 140 | 67 |
| Binary | 100001 | 101010 | 11111010 | 1010111 | 1010011 | 0 | 10 | 11101110 | 1100000 | 110111 |
Color Harmonies of #212AFA
Complementary color
Monochromatic Colors of #212AFA
Black with #212AFA
Text Example
Text Example
White with #212AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AFA; }
p { color: rgb(33,42,250); }
H1.HeaderClassName
{
color: #212AFA;
}
.AnyTagClassName
{
color: #212AFA;
}
</style>
background-color css
<style>
a { background-color: #212AFA; }
a { background-color: rgb(33,42,250); }
div.DivClassName
{
background-color: #212AFA;
}
.BgClassName
{
background-color: #212AFA;
}
</style>
border-color css
<style>
span { border-color: #212AFA; }
span { border-color: rgb(33,42,250); }
td.TdClassName
{
border-color: #212AFA;
}
.TagClassName
{
border-color: #212AFA;
}
</style>