Shades of Medium Blue #040EE5
Tints of Medium Blue #040EE5
RGB
CMYK
RGB Variations
Color information
#040EE5 (or 0x040EE5) is known color: Medium Blue. HEX triplet: 04, 0E and E5. RGB value is (4,14,229). Sum of RGB (Red+Green+Blue) = 4+14+229=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 229 (89.84% from 255 or 92.71% from 247); Max value from RGB is 229 - color contains mainly: blue. Hex color #040EE5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040EE5 is #FBF11A. Grayscale: #222222. Windows color (decimal): -16511259 or 15011332. OLE color: 15011332.
HSL color Cylindrical-coordinate representation of color #040EE5: hue angle of 237.33º 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 #040EE5 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 14 | 229 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.10 |
| HSL | 237.33º | 0.97% | 0.46% | - |
| HSV(B) | 237.33º | 0.98% | 0.9% | - |
| XYZ | 14.35 | 6 | 74.53 | - |
| YUV | 35.52 | 237.19 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 229 | 0.98 | 0.94 | 0 | 0.10 | 237.33 | 0.97 | 0.46 |
| Hex | 4 | E | E5 | 62 | 5E | 0 | A | ED | 61 | 2E |
| Octal | 4 | 16 | 345 | 142 | 136 | 0 | 12 | 355 | 141 | 56 |
| Binary | 100 | 1110 | 11100101 | 1100010 | 1011110 | 0 | 1010 | 11101101 | 1100001 | 101110 |
Color Harmonies of #040EE5
Complementary color
Monochromatic Colors of #040EE5
Black with #040EE5
Text Example
Text Example
White with #040EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040EE5; }
p { color: rgb(4,14,229); }
H1.HeaderClassName
{
color: #040EE5;
}
.AnyTagClassName
{
color: #040EE5;
}
</style>
background-color css
<style>
a { background-color: #040EE5; }
a { background-color: rgb(4,14,229); }
div.DivClassName
{
background-color: #040EE5;
}
.BgClassName
{
background-color: #040EE5;
}
</style>
border-color css
<style>
span { border-color: #040EE5; }
span { border-color: rgb(4,14,229); }
td.TdClassName
{
border-color: #040EE5;
}
.TagClassName
{
border-color: #040EE5;
}
</style>