Shades of Blue #212CF6
Tints of Blue #212CF6
RGB
CMYK
RGB Variations
Color information
#212CF6 (or 0x212CF6) is known color: Blue. HEX triplet: 21, 2C and F6. RGB value is (33,44,246). Sum of RGB (Red+Green+Blue) = 33+44+246=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 246 (96.48% from 255 or 76.16% from 323); Max value from RGB is 246 - color contains mainly: blue. Hex color #212CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212CF6 is #DED309. Grayscale: #3E3E3E. Windows color (decimal): -14603018 or 16133153. OLE color: 16133153.
HSL color Cylindrical-coordinate representation of color #212CF6: hue angle of 236.9º degrees, saturation: 0.92, 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 #212CF6 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 44 | 246 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.04 |
| HSL | 236.9º | 0.92% | 0.55% | - |
| HSV(B) | 236.9º | 0.87% | 0.96% | - |
| XYZ | 18.16 | 8.78 | 87.93 | - |
| YUV | 63.74 | 230.86 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 246 | 0.87 | 0.82 | 0 | 0.04 | 236.9 | 0.92 | 0.55 |
| Hex | 21 | 2C | F6 | 57 | 52 | 0 | 4 | ED | 5C | 37 |
| Octal | 41 | 54 | 366 | 127 | 122 | 0 | 4 | 355 | 134 | 67 |
| Binary | 100001 | 101100 | 11110110 | 1010111 | 1010010 | 0 | 100 | 11101101 | 1011100 | 110111 |
Color Harmonies of #212CF6
Complementary color
Monochromatic Colors of #212CF6
Black with #212CF6
Text Example
Text Example
White with #212CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212CF6; }
p { color: rgb(33,44,246); }
H1.HeaderClassName
{
color: #212CF6;
}
.AnyTagClassName
{
color: #212CF6;
}
</style>
background-color css
<style>
a { background-color: #212CF6; }
a { background-color: rgb(33,44,246); }
div.DivClassName
{
background-color: #212CF6;
}
.BgClassName
{
background-color: #212CF6;
}
</style>
border-color css
<style>
span { border-color: #212CF6; }
span { border-color: rgb(33,44,246); }
td.TdClassName
{
border-color: #212CF6;
}
.TagClassName
{
border-color: #212CF6;
}
</style>