Shades of Medium Blue #040AE5
Tints of Medium Blue #040AE5
RGB
CMYK
RGB Variations
Color information
#040AE5 (or 0x040AE5) is known color: Medium Blue. HEX triplet: 04, 0A and E5. RGB value is (4,10,229). Sum of RGB (Red+Green+Blue) = 4+10+229=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 229 (89.84% from 255 or 94.24% from 243); Max value from RGB is 229 - color contains mainly: blue. Hex color #040AE5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040AE5 is #FBF51A. Grayscale: #202020. Windows color (decimal): -16512283 or 15010308. OLE color: 15010308.
HSL color Cylindrical-coordinate representation of color #040AE5: hue angle of 238.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040AE5 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 10 | 229 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.10 |
| HSL | 238.4º | 0.97% | 0.46% | - |
| HSV(B) | 238.4º | 0.98% | 0.9% | - |
| XYZ | 14.3 | 5.9 | 74.51 | - |
| YUV | 33.17 | 238.51 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 229 | 0.98 | 0.96 | 0 | 0.10 | 238.4 | 0.97 | 0.46 |
| Hex | 4 | A | E5 | 62 | 60 | 0 | A | EE | 61 | 2E |
| Octal | 4 | 12 | 345 | 142 | 140 | 0 | 12 | 356 | 141 | 56 |
| Binary | 100 | 1010 | 11100101 | 1100010 | 1100000 | 0 | 1010 | 11101110 | 1100001 | 101110 |
Color Harmonies of #040AE5
Complementary color
Monochromatic Colors of #040AE5
Black with #040AE5
Text Example
Text Example
White with #040AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040AE5; }
p { color: rgb(4,10,229); }
H1.HeaderClassName
{
color: #040AE5;
}
.AnyTagClassName
{
color: #040AE5;
}
</style>
background-color css
<style>
a { background-color: #040AE5; }
a { background-color: rgb(4,10,229); }
div.DivClassName
{
background-color: #040AE5;
}
.BgClassName
{
background-color: #040AE5;
}
</style>
border-color css
<style>
span { border-color: #040AE5; }
span { border-color: rgb(4,10,229); }
td.TdClassName
{
border-color: #040AE5;
}
.TagClassName
{
border-color: #040AE5;
}
</style>