Shades of Medium Blue #022AE5
Tints of Medium Blue #022AE5
RGB
CMYK
RGB Variations
Color information
#022AE5 (or 0x022AE5) is known color: Medium Blue. HEX triplet: 02, 2A and E5. RGB value is (2,42,229). Sum of RGB (Red+Green+Blue) = 2+42+229=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 229 (89.84% from 255 or 83.88% from 273); Max value from RGB is 229 - color contains mainly: blue. Hex color #022AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022AE5 is #FDD51A. Grayscale: #323232. Windows color (decimal): -16635163 or 15018498. OLE color: 15018498.
HSL color Cylindrical-coordinate representation of color #022AE5: hue angle of 229.43º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022AE5 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 42 | 229 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.10 |
| HSL | 229.43º | 0.98% | 0.45% | - |
| HSV(B) | 229.43º | 0.99% | 0.9% | - |
| XYZ | 15 | 7.33 | 74.75 | - |
| YUV | 51.36 | 228.25 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 229 | 0.99 | 0.82 | 0 | 0.10 | 229.43 | 0.98 | 0.45 |
| Hex | 2 | 2A | E5 | 63 | 52 | 0 | A | E5 | 62 | 2D |
| Octal | 2 | 52 | 345 | 143 | 122 | 0 | 12 | 345 | 142 | 55 |
| Binary | 10 | 101010 | 11100101 | 1100011 | 1010010 | 0 | 1010 | 11100101 | 1100010 | 101101 |
Color Harmonies of #022AE5
Complementary color
Monochromatic Colors of #022AE5
Black with #022AE5
Text Example
Text Example
White with #022AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022AE5; }
p { color: rgb(2,42,229); }
H1.HeaderClassName
{
color: #022AE5;
}
.AnyTagClassName
{
color: #022AE5;
}
</style>
background-color css
<style>
a { background-color: #022AE5; }
a { background-color: rgb(2,42,229); }
div.DivClassName
{
background-color: #022AE5;
}
.BgClassName
{
background-color: #022AE5;
}
</style>
border-color css
<style>
span { border-color: #022AE5; }
span { border-color: rgb(2,42,229); }
td.TdClassName
{
border-color: #022AE5;
}
.TagClassName
{
border-color: #022AE5;
}
</style>