Shades of Blue #222AF4
Tints of Blue #222AF4
RGB
CMYK
RGB Variations
Color information
#222AF4 (or 0x222AF4) is known color: Blue. HEX triplet: 22, 2A and F4. RGB value is (34,42,244). Sum of RGB (Red+Green+Blue) = 34+42+244=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 244 (95.70% from 255 or 76.25% from 320); Max value from RGB is 244 - color contains mainly: blue. Hex color #222AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222AF4 is #DDD50B. Grayscale: #3D3D3D. Windows color (decimal): -14537996 or 16001570. OLE color: 16001570.
HSL color Cylindrical-coordinate representation of color #222AF4: hue angle of 237.71º degrees, saturation: 0.91, 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 #222AF4 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 42 | 244 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.04 |
| HSL | 237.71º | 0.91% | 0.55% | - |
| HSV(B) | 237.71º | 0.86% | 0.96% | - |
| XYZ | 17.82 | 8.53 | 86.29 | - |
| YUV | 62.64 | 230.35 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 244 | 0.86 | 0.83 | 0 | 0.04 | 237.71 | 0.91 | 0.55 |
| Hex | 22 | 2A | F4 | 56 | 53 | 0 | 4 | EE | 5B | 37 |
| Octal | 42 | 52 | 364 | 126 | 123 | 0 | 4 | 356 | 133 | 67 |
| Binary | 100010 | 101010 | 11110100 | 1010110 | 1010011 | 0 | 100 | 11101110 | 1011011 | 110111 |
Color Harmonies of #222AF4
Complementary color
Monochromatic Colors of #222AF4
Black with #222AF4
Text Example
Text Example
White with #222AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222AF4; }
p { color: rgb(34,42,244); }
H1.HeaderClassName
{
color: #222AF4;
}
.AnyTagClassName
{
color: #222AF4;
}
</style>
background-color css
<style>
a { background-color: #222AF4; }
a { background-color: rgb(34,42,244); }
div.DivClassName
{
background-color: #222AF4;
}
.BgClassName
{
background-color: #222AF4;
}
</style>
border-color css
<style>
span { border-color: #222AF4; }
span { border-color: rgb(34,42,244); }
td.TdClassName
{
border-color: #222AF4;
}
.TagClassName
{
border-color: #222AF4;
}
</style>