Shades of Medium Blue #040EDE
Tints of Medium Blue #040EDE
RGB
CMYK
RGB Variations
Color information
#040EDE (or 0x040EDE) is known color: Medium Blue. HEX triplet: 04, 0E and DE. RGB value is (4,14,222). Sum of RGB (Red+Green+Blue) = 4+14+222=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 222 (87.11% from 255 or 92.5% from 240); Max value from RGB is 222 - color contains mainly: blue. Hex color #040EDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040EDE is #FBF121. Grayscale: #212121. Windows color (decimal): -16511266 or 14552580. OLE color: 14552580.
HSL color Cylindrical-coordinate representation of color #040EDE: hue angle of 237.25º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040EDE is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 14 | 222 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.13 |
| HSL | 237.25º | 0.96% | 0.44% | - |
| HSV(B) | 237.25º | 0.98% | 0.87% | - |
| XYZ | 13.39 | 5.61 | 69.48 | - |
| YUV | 34.72 | 233.69 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 222 | 0.98 | 0.94 | 0 | 0.13 | 237.25 | 0.96 | 0.44 |
| Hex | 4 | E | DE | 62 | 5E | 0 | D | ED | 60 | 2C |
| Octal | 4 | 16 | 336 | 142 | 136 | 0 | 15 | 355 | 140 | 54 |
| Binary | 100 | 1110 | 11011110 | 1100010 | 1011110 | 0 | 1101 | 11101101 | 1100000 | 101100 |
Color Harmonies of #040EDE
Complementary color
Monochromatic Colors of #040EDE
Black with #040EDE
Text Example
Text Example
White with #040EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040EDE; }
p { color: rgb(4,14,222); }
H1.HeaderClassName
{
color: #040EDE;
}
.AnyTagClassName
{
color: #040EDE;
}
</style>
background-color css
<style>
a { background-color: #040EDE; }
a { background-color: rgb(4,14,222); }
div.DivClassName
{
background-color: #040EDE;
}
.BgClassName
{
background-color: #040EDE;
}
</style>
border-color css
<style>
span { border-color: #040EDE; }
span { border-color: rgb(4,14,222); }
td.TdClassName
{
border-color: #040EDE;
}
.TagClassName
{
border-color: #040EDE;
}
</style>