Shades of Blue #222AF6
Tints of Blue #222AF6
RGB
CMYK
RGB Variations
Color information
#222AF6 (or 0x222AF6) is known color: Blue. HEX triplet: 22, 2A and F6. RGB value is (34,42,246). Sum of RGB (Red+Green+Blue) = 34+42+246=322 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.56% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 246 (96.48% from 255 or 76.40% from 322); Max value from RGB is 246 - color contains mainly: blue. Hex color #222AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222AF6 is #DDD509. Grayscale: #3E3E3E. Windows color (decimal): -14537994 or 16132642. OLE color: 16132642.
HSL color Cylindrical-coordinate representation of color #222AF6: hue angle of 237.74º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #222AF6 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 42 | 246 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.04 |
| HSL | 237.74º | 0.92% | 0.55% | - |
| HSV(B) | 237.74º | 0.86% | 0.96% | - |
| XYZ | 18.12 | 8.65 | 87.9 | - |
| YUV | 62.86 | 231.35 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 246 | 0.86 | 0.83 | 0 | 0.04 | 237.74 | 0.92 | 0.55 |
| Hex | 22 | 2A | F6 | 56 | 53 | 0 | 4 | EE | 5C | 37 |
| Octal | 42 | 52 | 366 | 126 | 123 | 0 | 4 | 356 | 134 | 67 |
| Binary | 100010 | 101010 | 11110110 | 1010110 | 1010011 | 0 | 100 | 11101110 | 1011100 | 110111 |
Color Harmonies of #222AF6
Complementary color
Monochromatic Colors of #222AF6
Black with #222AF6
Text Example
Text Example
White with #222AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222AF6; }
p { color: rgb(34,42,246); }
H1.HeaderClassName
{
color: #222AF6;
}
.AnyTagClassName
{
color: #222AF6;
}
</style>
background-color css
<style>
a { background-color: #222AF6; }
a { background-color: rgb(34,42,246); }
div.DivClassName
{
background-color: #222AF6;
}
.BgClassName
{
background-color: #222AF6;
}
</style>
border-color css
<style>
span { border-color: #222AF6; }
span { border-color: rgb(34,42,246); }
td.TdClassName
{
border-color: #222AF6;
}
.TagClassName
{
border-color: #222AF6;
}
</style>