Shades of Blue #022AF7
Tints of Blue #022AF7
RGB
CMYK
RGB Variations
Color information
#022AF7 (or 0x022AF7) is known color: Blue. HEX triplet: 02, 2A and F7. RGB value is (2,42,247). Sum of RGB (Red+Green+Blue) = 2+42+247=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 247 (96.88% from 255 or 84.88% from 291); Max value from RGB is 247 - color contains mainly: blue. Hex color #022AF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022AF7 is #FDD508. Grayscale: #343434. Windows color (decimal): -16635145 or 16198146. OLE color: 16198146.
HSL color Cylindrical-coordinate representation of color #022AF7: hue angle of 230.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022AF7 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 42 | 247 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.03 |
| HSL | 230.2º | 0.98% | 0.49% | - |
| HSV(B) | 230.2º | 0.99% | 0.97% | - |
| XYZ | 17.64 | 8.38 | 88.68 | - |
| YUV | 53.41 | 237.25 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 247 | 0.99 | 0.83 | 0 | 0.03 | 230.2 | 0.98 | 0.49 |
| Hex | 2 | 2A | F7 | 63 | 53 | 0 | 3 | E6 | 62 | 31 |
| Octal | 2 | 52 | 367 | 143 | 123 | 0 | 3 | 346 | 142 | 61 |
| Binary | 10 | 101010 | 11110111 | 1100011 | 1010011 | 0 | 11 | 11100110 | 1100010 | 110001 |
Color Harmonies of #022AF7
Complementary color
Monochromatic Colors of #022AF7
Black with #022AF7
Text Example
Text Example
White with #022AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022AF7; }
p { color: rgb(2,42,247); }
H1.HeaderClassName
{
color: #022AF7;
}
.AnyTagClassName
{
color: #022AF7;
}
</style>
background-color css
<style>
a { background-color: #022AF7; }
a { background-color: rgb(2,42,247); }
div.DivClassName
{
background-color: #022AF7;
}
.BgClassName
{
background-color: #022AF7;
}
</style>
border-color css
<style>
span { border-color: #022AF7; }
span { border-color: rgb(2,42,247); }
td.TdClassName
{
border-color: #022AF7;
}
.TagClassName
{
border-color: #022AF7;
}
</style>