Shades of Blue #022AEF
Tints of Blue #022AEF
RGB
CMYK
RGB Variations
Color information
#022AEF (or 0x022AEF) is known color: Blue. HEX triplet: 02, 2A and EF. RGB value is (2,42,239). Sum of RGB (Red+Green+Blue) = 2+42+239=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 239 (93.75% from 255 or 84.45% from 283); Max value from RGB is 239 - color contains mainly: blue. Hex color #022AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022AEF is #FDD510. Grayscale: #333333. Windows color (decimal): -16635153 or 15673858. OLE color: 15673858.
HSL color Cylindrical-coordinate representation of color #022AEF: hue angle of 229.87º 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 #022AEF is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 42 | 239 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.06 |
| HSL | 229.87º | 0.98% | 0.47% | - |
| HSV(B) | 229.87º | 0.99% | 0.94% | - |
| XYZ | 16.43 | 7.9 | 82.32 | - |
| YUV | 52.5 | 233.25 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 239 | 0.99 | 0.82 | 0 | 0.06 | 229.87 | 0.98 | 0.47 |
| Hex | 2 | 2A | EF | 63 | 52 | 0 | 6 | E6 | 62 | 2F |
| Octal | 2 | 52 | 357 | 143 | 122 | 0 | 6 | 346 | 142 | 57 |
| Binary | 10 | 101010 | 11101111 | 1100011 | 1010010 | 0 | 110 | 11100110 | 1100010 | 101111 |
Color Harmonies of #022AEF
Complementary color
Monochromatic Colors of #022AEF
Black with #022AEF
Text Example
Text Example
White with #022AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022AEF; }
p { color: rgb(2,42,239); }
H1.HeaderClassName
{
color: #022AEF;
}
.AnyTagClassName
{
color: #022AEF;
}
</style>
background-color css
<style>
a { background-color: #022AEF; }
a { background-color: rgb(2,42,239); }
div.DivClassName
{
background-color: #022AEF;
}
.BgClassName
{
background-color: #022AEF;
}
</style>
border-color css
<style>
span { border-color: #022AEF; }
span { border-color: rgb(2,42,239); }
td.TdClassName
{
border-color: #022AEF;
}
.TagClassName
{
border-color: #022AEF;
}
</style>