Shades of Blue #212AF5
Tints of Blue #212AF5
RGB
CMYK
RGB Variations
Color information
#212AF5 (or 0x212AF5) is known color: Blue. HEX triplet: 21, 2A and F5. RGB value is (33,42,245). Sum of RGB (Red+Green+Blue) = 33+42+245=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 245 (96.09% from 255 or 76.56% from 320); Max value from RGB is 245 - color contains mainly: blue. Hex color #212AF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212AF5 is #DED50A. Grayscale: #3D3D3D. Windows color (decimal): -14603531 or 16067105. OLE color: 16067105.
HSL color Cylindrical-coordinate representation of color #212AF5: hue angle of 237.45º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #212AF5 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 42 | 245 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.04 |
| HSL | 237.45º | 0.91% | 0.55% | - |
| HSV(B) | 237.45º | 0.87% | 0.96% | - |
| XYZ | 17.94 | 8.57 | 87.1 | - |
| YUV | 62.45 | 231.02 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 245 | 0.87 | 0.83 | 0 | 0.04 | 237.45 | 0.91 | 0.55 |
| Hex | 21 | 2A | F5 | 57 | 53 | 0 | 4 | ED | 5B | 37 |
| Octal | 41 | 52 | 365 | 127 | 123 | 0 | 4 | 355 | 133 | 67 |
| Binary | 100001 | 101010 | 11110101 | 1010111 | 1010011 | 0 | 100 | 11101101 | 1011011 | 110111 |
Color Harmonies of #212AF5
Complementary color
Monochromatic Colors of #212AF5
Black with #212AF5
Text Example
Text Example
White with #212AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AF5; }
p { color: rgb(33,42,245); }
H1.HeaderClassName
{
color: #212AF5;
}
.AnyTagClassName
{
color: #212AF5;
}
</style>
background-color css
<style>
a { background-color: #212AF5; }
a { background-color: rgb(33,42,245); }
div.DivClassName
{
background-color: #212AF5;
}
.BgClassName
{
background-color: #212AF5;
}
</style>
border-color css
<style>
span { border-color: #212AF5; }
span { border-color: rgb(33,42,245); }
td.TdClassName
{
border-color: #212AF5;
}
.TagClassName
{
border-color: #212AF5;
}
</style>