Shades of Medium Blue #040EC4
Tints of Medium Blue #040EC4
RGB
CMYK
RGB Variations
Color information
#040EC4 (or 0x040EC4) is known color: Medium Blue. HEX triplet: 04, 0E and C4. RGB value is (4,14,196). Sum of RGB (Red+Green+Blue) = 4+14+196=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 196 (76.95% from 255 or 91.59% from 214); Max value from RGB is 196 - color contains mainly: blue. Hex color #040EC4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040EC4 is #FBF13B. Grayscale: #1F1F1F. Windows color (decimal): -16511292 or 12848644. OLE color: 12848644.
HSL color Cylindrical-coordinate representation of color #040EC4: hue angle of 236.88º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040EC4 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 14 | 196 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.23 |
| HSL | 236.88º | 0.96% | 0.39% | - |
| HSV(B) | 236.88º | 0.98% | 0.77% | - |
| XYZ | 10.17 | 4.33 | 52.52 | - |
| YUV | 31.76 | 220.69 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 196 | 0.98 | 0.93 | 0 | 0.23 | 236.88 | 0.96 | 0.39 |
| Hex | 4 | E | C4 | 62 | 5D | 0 | 17 | ED | 60 | 27 |
| Octal | 4 | 16 | 304 | 142 | 135 | 0 | 27 | 355 | 140 | 47 |
| Binary | 100 | 1110 | 11000100 | 1100010 | 1011101 | 0 | 10111 | 11101101 | 1100000 | 100111 |
Color Harmonies of #040EC4
Complementary color
Monochromatic Colors of #040EC4
Black with #040EC4
Text Example
Text Example
White with #040EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040EC4; }
p { color: rgb(4,14,196); }
H1.HeaderClassName
{
color: #040EC4;
}
.AnyTagClassName
{
color: #040EC4;
}
</style>
background-color css
<style>
a { background-color: #040EC4; }
a { background-color: rgb(4,14,196); }
div.DivClassName
{
background-color: #040EC4;
}
.BgClassName
{
background-color: #040EC4;
}
</style>
border-color css
<style>
span { border-color: #040EC4; }
span { border-color: rgb(4,14,196); }
td.TdClassName
{
border-color: #040EC4;
}
.TagClassName
{
border-color: #040EC4;
}
</style>