Shades of Blue #022AE7
Tints of Blue #022AE7
RGB
CMYK
RGB Variations
Color information
#022AE7 (or 0x022AE7) is known color: Blue. HEX triplet: 02, 2A and E7. RGB value is (2,42,231). Sum of RGB (Red+Green+Blue) = 2+42+231=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 231 (90.62% from 255 or 84% from 275); Max value from RGB is 231 - color contains mainly: blue. Hex color #022AE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022AE7 is #FDD518. Grayscale: #323232. Windows color (decimal): -16635161 or 15149570. OLE color: 15149570.
HSL color Cylindrical-coordinate representation of color #022AE7: hue angle of 229.52º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022AE7 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 42 | 231 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.09 |
| HSL | 229.52º | 0.98% | 0.46% | - |
| HSV(B) | 229.52º | 0.99% | 0.91% | - |
| XYZ | 15.28 | 7.44 | 76.23 | - |
| YUV | 51.59 | 229.25 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 231 | 0.99 | 0.82 | 0 | 0.09 | 229.52 | 0.98 | 0.46 |
| Hex | 2 | 2A | E7 | 63 | 52 | 0 | 9 | E6 | 62 | 2E |
| Octal | 2 | 52 | 347 | 143 | 122 | 0 | 11 | 346 | 142 | 56 |
| Binary | 10 | 101010 | 11100111 | 1100011 | 1010010 | 0 | 1001 | 11100110 | 1100010 | 101110 |
Color Harmonies of #022AE7
Complementary color
Monochromatic Colors of #022AE7
Black with #022AE7
Text Example
Text Example
White with #022AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022AE7; }
p { color: rgb(2,42,231); }
H1.HeaderClassName
{
color: #022AE7;
}
.AnyTagClassName
{
color: #022AE7;
}
</style>
background-color css
<style>
a { background-color: #022AE7; }
a { background-color: rgb(2,42,231); }
div.DivClassName
{
background-color: #022AE7;
}
.BgClassName
{
background-color: #022AE7;
}
</style>
border-color css
<style>
span { border-color: #022AE7; }
span { border-color: rgb(2,42,231); }
td.TdClassName
{
border-color: #022AE7;
}
.TagClassName
{
border-color: #022AE7;
}
</style>