Shades of Medium Blue #040ED7
Tints of Medium Blue #040ED7
RGB
CMYK
RGB Variations
Color information
#040ED7 (or 0x040ED7) is known color: Medium Blue. HEX triplet: 04, 0E and D7. RGB value is (4,14,215). Sum of RGB (Red+Green+Blue) = 4+14+215=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 215 (84.38% from 255 or 92.27% from 233); Max value from RGB is 215 - color contains mainly: blue. Hex color #040ED7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040ED7 is #FBF128. Grayscale: #212121. Windows color (decimal): -16511273 or 14093828. OLE color: 14093828.
HSL color Cylindrical-coordinate representation of color #040ED7: hue angle of 237.16º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040ED7 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 14 | 215 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.16 |
| HSL | 237.16º | 0.96% | 0.43% | - |
| HSV(B) | 237.16º | 0.98% | 0.84% | - |
| XYZ | 12.47 | 5.25 | 64.65 | - |
| YUV | 33.92 | 230.19 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 215 | 0.98 | 0.93 | 0 | 0.16 | 237.16 | 0.96 | 0.43 |
| Hex | 4 | E | D7 | 62 | 5D | 0 | 10 | ED | 60 | 2B |
| Octal | 4 | 16 | 327 | 142 | 135 | 0 | 20 | 355 | 140 | 53 |
| Binary | 100 | 1110 | 11010111 | 1100010 | 1011101 | 0 | 10000 | 11101101 | 1100000 | 101011 |
Color Harmonies of #040ED7
Complementary color
Monochromatic Colors of #040ED7
Black with #040ED7
Text Example
Text Example
White with #040ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040ED7; }
p { color: rgb(4,14,215); }
H1.HeaderClassName
{
color: #040ED7;
}
.AnyTagClassName
{
color: #040ED7;
}
</style>
background-color css
<style>
a { background-color: #040ED7; }
a { background-color: rgb(4,14,215); }
div.DivClassName
{
background-color: #040ED7;
}
.BgClassName
{
background-color: #040ED7;
}
</style>
border-color css
<style>
span { border-color: #040ED7; }
span { border-color: rgb(4,14,215); }
td.TdClassName
{
border-color: #040ED7;
}
.TagClassName
{
border-color: #040ED7;
}
</style>