Shades of Blue #022AF0
Tints of Blue #022AF0
RGB
CMYK
RGB Variations
Color information
#022AF0 (or 0x022AF0) is known color: Blue. HEX triplet: 02, 2A and F0. RGB value is (2,42,240). Sum of RGB (Red+Green+Blue) = 2+42+240=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 240 (94.14% from 255 or 84.51% from 284); Max value from RGB is 240 - color contains mainly: blue. Hex color #022AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022AF0 is #FDD50F. Grayscale: #333333. Windows color (decimal): -16635152 or 15739394. OLE color: 15739394.
HSL color Cylindrical-coordinate representation of color #022AF0: hue angle of 229.92º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022AF0 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 42 | 240 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.06 |
| HSL | 229.92º | 0.98% | 0.47% | - |
| HSV(B) | 229.92º | 0.99% | 0.94% | - |
| XYZ | 16.58 | 7.96 | 83.1 | - |
| YUV | 52.61 | 233.75 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 240 | 0.99 | 0.82 | 0 | 0.06 | 229.92 | 0.98 | 0.47 |
| Hex | 2 | 2A | F0 | 63 | 52 | 0 | 6 | E6 | 62 | 2F |
| Octal | 2 | 52 | 360 | 143 | 122 | 0 | 6 | 346 | 142 | 57 |
| Binary | 10 | 101010 | 11110000 | 1100011 | 1010010 | 0 | 110 | 11100110 | 1100010 | 101111 |
Color Harmonies of #022AF0
Complementary color
Monochromatic Colors of #022AF0
Black with #022AF0
Text Example
Text Example
White with #022AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022AF0; }
p { color: rgb(2,42,240); }
H1.HeaderClassName
{
color: #022AF0;
}
.AnyTagClassName
{
color: #022AF0;
}
</style>
background-color css
<style>
a { background-color: #022AF0; }
a { background-color: rgb(2,42,240); }
div.DivClassName
{
background-color: #022AF0;
}
.BgClassName
{
background-color: #022AF0;
}
</style>
border-color css
<style>
span { border-color: #022AF0; }
span { border-color: rgb(2,42,240); }
td.TdClassName
{
border-color: #022AF0;
}
.TagClassName
{
border-color: #022AF0;
}
</style>