Shades of Medium Blue #040EDD
Tints of Medium Blue #040EDD
RGB
CMYK
RGB Variations
Color information
#040EDD (or 0x040EDD) is known color: Medium Blue. HEX triplet: 04, 0E and DD. RGB value is (4,14,221). Sum of RGB (Red+Green+Blue) = 4+14+221=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 221 (86.72% from 255 or 92.47% from 239); Max value from RGB is 221 - color contains mainly: blue. Hex color #040EDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040EDD is #FBF122. Grayscale: #212121. Windows color (decimal): -16511267 or 14487044. OLE color: 14487044.
HSL color Cylindrical-coordinate representation of color #040EDD: hue angle of 237.24º 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 #040EDD is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 14 | 221 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.13 |
| HSL | 237.24º | 0.96% | 0.44% | - |
| HSV(B) | 237.24º | 0.98% | 0.87% | - |
| XYZ | 13.26 | 5.56 | 68.78 | - |
| YUV | 34.61 | 233.19 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 221 | 0.98 | 0.94 | 0 | 0.13 | 237.24 | 0.96 | 0.44 |
| Hex | 4 | E | DD | 62 | 5E | 0 | D | ED | 60 | 2C |
| Octal | 4 | 16 | 335 | 142 | 136 | 0 | 15 | 355 | 140 | 54 |
| Binary | 100 | 1110 | 11011101 | 1100010 | 1011110 | 0 | 1101 | 11101101 | 1100000 | 101100 |
Color Harmonies of #040EDD
Complementary color
Monochromatic Colors of #040EDD
Black with #040EDD
Text Example
Text Example
White with #040EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040EDD; }
p { color: rgb(4,14,221); }
H1.HeaderClassName
{
color: #040EDD;
}
.AnyTagClassName
{
color: #040EDD;
}
</style>
background-color css
<style>
a { background-color: #040EDD; }
a { background-color: rgb(4,14,221); }
div.DivClassName
{
background-color: #040EDD;
}
.BgClassName
{
background-color: #040EDD;
}
</style>
border-color css
<style>
span { border-color: #040EDD; }
span { border-color: rgb(4,14,221); }
td.TdClassName
{
border-color: #040EDD;
}
.TagClassName
{
border-color: #040EDD;
}
</style>