Shades of Blue #222AFD
Tints of Blue #222AFD
RGB
CMYK
RGB Variations
Color information
#222AFD (or 0x222AFD) is known color: Blue. HEX triplet: 22, 2A and FD. RGB value is (34,42,253). Sum of RGB (Red+Green+Blue) = 34+42+253=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #222AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222AFD is #DDD502. Grayscale: #3E3E3E. Windows color (decimal): -14537987 or 16591394. OLE color: 16591394.
HSL color Cylindrical-coordinate representation of color #222AFD: hue angle of 237.81º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #222AFD is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 34 | 42 | 253 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.01 |
| HSL | 237.81º | 0.98% | 0.56% | - |
| HSV(B) | 237.81º | 0.87% | 0.99% | - |
| XYZ | 19.22 | 9.09 | 93.67 | - |
| YUV | 63.66 | 234.85 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 253 | 0.87 | 0.83 | 0 | 0.01 | 237.81 | 0.98 | 0.56 |
| Hex | 22 | 2A | FD | 57 | 53 | 0 | 1 | EE | 62 | 38 |
| Octal | 42 | 52 | 375 | 127 | 123 | 0 | 1 | 356 | 142 | 70 |
| Binary | 100010 | 101010 | 11111101 | 1010111 | 1010011 | 0 | 1 | 11101110 | 1100010 | 111000 |
Color Harmonies of #222AFD
Complementary color
Monochromatic Colors of #222AFD
Black with #222AFD
Text Example
Text Example
White with #222AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222AFD; }
p { color: rgb(34,42,253); }
H1.HeaderClassName
{
color: #222AFD;
}
.AnyTagClassName
{
color: #222AFD;
}
</style>
background-color css
<style>
a { background-color: #222AFD; }
a { background-color: rgb(34,42,253); }
div.DivClassName
{
background-color: #222AFD;
}
.BgClassName
{
background-color: #222AFD;
}
</style>
border-color css
<style>
span { border-color: #222AFD; }
span { border-color: rgb(34,42,253); }
td.TdClassName
{
border-color: #222AFD;
}
.TagClassName
{
border-color: #222AFD;
}
</style>