Shades of Medium Blue #0502E5
Tints of Medium Blue #0502E5
RGB
CMYK
RGB Variations
Color information
#0502E5 (or 0x0502E5) is known color: Medium Blue. HEX triplet: 05, 02 and E5. RGB value is (5,2,229). Sum of RGB (Red+Green+Blue) = 5+2+229=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 229 (89.84% from 255 or 97.03% from 236); Max value from RGB is 229 - color contains mainly: blue. Hex color #0502E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0502E5 is #FAFD1A. Grayscale: #1B1B1B. Windows color (decimal): -16448795 or 15008261. OLE color: 15008261.
HSL color Cylindrical-coordinate representation of color #0502E5: hue angle of 240.79º 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 #0502E5 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 2 | 229 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.10 |
| HSL | 240.79º | 0.98% | 0.45% | - |
| HSV(B) | 240.79º | 0.99% | 0.9% | - |
| XYZ | 14.23 | 5.73 | 74.49 | - |
| YUV | 28.78 | 240.99 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 229 | 0.98 | 0.99 | 0 | 0.10 | 240.79 | 0.98 | 0.45 |
| Hex | 5 | 2 | E5 | 62 | 63 | 0 | A | F1 | 62 | 2D |
| Octal | 5 | 2 | 345 | 142 | 143 | 0 | 12 | 361 | 142 | 55 |
| Binary | 101 | 10 | 11100101 | 1100010 | 1100011 | 0 | 1010 | 11110001 | 1100010 | 101101 |
Color Harmonies of #0502E5
Complementary color
Monochromatic Colors of #0502E5
Black with #0502E5
Text Example
Text Example
White with #0502E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0502E5; }
p { color: rgb(5,2,229); }
H1.HeaderClassName
{
color: #0502E5;
}
.AnyTagClassName
{
color: #0502E5;
}
</style>
background-color css
<style>
a { background-color: #0502E5; }
a { background-color: rgb(5,2,229); }
div.DivClassName
{
background-color: #0502E5;
}
.BgClassName
{
background-color: #0502E5;
}
</style>
border-color css
<style>
span { border-color: #0502E5; }
span { border-color: rgb(5,2,229); }
td.TdClassName
{
border-color: #0502E5;
}
.TagClassName
{
border-color: #0502E5;
}
</style>