Shades of Blue #2212F2
Tints of Blue #2212F2
RGB
CMYK
RGB Variations
Color information
#2212F2 (or 0x2212F2) is known color: Blue. HEX triplet: 22, 12 and F2. RGB value is (34,18,242). Sum of RGB (Red+Green+Blue) = 34+18+242=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 242 (94.92% from 255 or 82.31% from 294); Max value from RGB is 242 - color contains mainly: blue. Hex color #2212F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2212F2 is #DDED0D. Grayscale: #2F2F2F. Windows color (decimal): -14544142 or 15864354. OLE color: 15864354.
HSL color Cylindrical-coordinate representation of color #2212F2: hue angle of 244.29º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2212F2 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 18 | 242 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.05 |
| HSL | 244.29º | 0.9% | 0.51% | - |
| HSV(B) | 244.29º | 0.93% | 0.95% | - |
| XYZ | 16.9 | 7.18 | 84.5 | - |
| YUV | 48.32 | 237.3 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 18 | 242 | 0.86 | 0.93 | 0 | 0.05 | 244.29 | 0.9 | 0.51 |
| Hex | 22 | 12 | F2 | 56 | 5D | 0 | 5 | F4 | 5A | 33 |
| Octal | 42 | 22 | 362 | 126 | 135 | 0 | 5 | 364 | 132 | 63 |
| Binary | 100010 | 10010 | 11110010 | 1010110 | 1011101 | 0 | 101 | 11110100 | 1011010 | 110011 |
Color Harmonies of #2212F2
Complementary color
Monochromatic Colors of #2212F2
Black with #2212F2
Text Example
Text Example
White with #2212F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2212F2; }
p { color: rgb(34,18,242); }
H1.HeaderClassName
{
color: #2212F2;
}
.AnyTagClassName
{
color: #2212F2;
}
</style>
background-color css
<style>
a { background-color: #2212F2; }
a { background-color: rgb(34,18,242); }
div.DivClassName
{
background-color: #2212F2;
}
.BgClassName
{
background-color: #2212F2;
}
</style>
border-color css
<style>
span { border-color: #2212F2; }
span { border-color: rgb(34,18,242); }
td.TdClassName
{
border-color: #2212F2;
}
.TagClassName
{
border-color: #2212F2;
}
</style>