Shades of Medium Blue #002AE5
Tints of Medium Blue #002AE5
RGB
CMYK
RGB Variations
Color information
#002AE5 (or 0x002AE5) is known color: Medium Blue. HEX triplet: 00, 2A and E5. RGB value is (0,42,229). Sum of RGB (Red+Green+Blue) = 0+42+229=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 229 (89.84% from 255 or 84.50% from 271); Max value from RGB is 229 - color contains mainly: blue. Hex color #002AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002AE5 is #FFD51A. Grayscale: #313131. Windows color (decimal): -16766235 or 15018496. OLE color: 15018496.
HSL color Cylindrical-coordinate representation of color #002AE5: hue angle of 229º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002AE5 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 42 | 229 | - |
| CMYK | 1 | 0.82 | 0 | 0.10 |
| HSL | 229º | 1% | 0.45% | - |
| HSV(B) | 229º | 1% | 0.9% | - |
| XYZ | 14.97 | 7.31 | 74.75 | - |
| YUV | 50.76 | 228.59 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 229 | 1 | 0.82 | 0 | 0.10 | 229 | 1 | 0.45 |
| Hex | 0 | 2A | E5 | 64 | 52 | 0 | A | E5 | 64 | 2D |
| Octal | 0 | 52 | 345 | 144 | 122 | 0 | 12 | 345 | 144 | 55 |
| Binary | 0 | 101010 | 11100101 | 1100100 | 1010010 | 0 | 1010 | 11100101 | 1100100 | 101101 |
Color Harmonies of #002AE5
Complementary color
Monochromatic Colors of #002AE5
Black with #002AE5
Text Example
Text Example
White with #002AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002AE5; }
p { color: rgb(0,42,229); }
H1.HeaderClassName
{
color: #002AE5;
}
.AnyTagClassName
{
color: #002AE5;
}
</style>
background-color css
<style>
a { background-color: #002AE5; }
a { background-color: rgb(0,42,229); }
div.DivClassName
{
background-color: #002AE5;
}
.BgClassName
{
background-color: #002AE5;
}
</style>
border-color css
<style>
span { border-color: #002AE5; }
span { border-color: rgb(0,42,229); }
td.TdClassName
{
border-color: #002AE5;
}
.TagClassName
{
border-color: #002AE5;
}
</style>