Shades of Blue #022AEC
Tints of Blue #022AEC
RGB
CMYK
RGB Variations
Color information
#022AEC (or 0x022AEC) is known color: Blue. HEX triplet: 02, 2A and EC. RGB value is (2,42,236). Sum of RGB (Red+Green+Blue) = 2+42+236=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 236 (92.58% from 255 or 84.29% from 280); Max value from RGB is 236 - color contains mainly: blue. Hex color #022AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022AEC is #FDD513. Grayscale: #333333. Windows color (decimal): -16635156 or 15477250. OLE color: 15477250.
HSL color Cylindrical-coordinate representation of color #022AEC: hue angle of 229.74º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022AEC is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 42 | 236 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.07 |
| HSL | 229.74º | 0.98% | 0.47% | - |
| HSV(B) | 229.74º | 0.99% | 0.93% | - |
| XYZ | 15.99 | 7.72 | 80.01 | - |
| YUV | 52.16 | 231.75 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 236 | 0.99 | 0.82 | 0 | 0.07 | 229.74 | 0.98 | 0.47 |
| Hex | 2 | 2A | EC | 63 | 52 | 0 | 7 | E6 | 62 | 2F |
| Octal | 2 | 52 | 354 | 143 | 122 | 0 | 7 | 346 | 142 | 57 |
| Binary | 10 | 101010 | 11101100 | 1100011 | 1010010 | 0 | 111 | 11100110 | 1100010 | 101111 |
Color Harmonies of #022AEC
Complementary color
Monochromatic Colors of #022AEC
Black with #022AEC
Text Example
Text Example
White with #022AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022AEC; }
p { color: rgb(2,42,236); }
H1.HeaderClassName
{
color: #022AEC;
}
.AnyTagClassName
{
color: #022AEC;
}
</style>
background-color css
<style>
a { background-color: #022AEC; }
a { background-color: rgb(2,42,236); }
div.DivClassName
{
background-color: #022AEC;
}
.BgClassName
{
background-color: #022AEC;
}
</style>
border-color css
<style>
span { border-color: #022AEC; }
span { border-color: rgb(2,42,236); }
td.TdClassName
{
border-color: #022AEC;
}
.TagClassName
{
border-color: #022AEC;
}
</style>