Shades of Medium Blue #040ED1
Tints of Medium Blue #040ED1
RGB
CMYK
RGB Variations
Color information
#040ED1 (or 0x040ED1) is known color: Medium Blue. HEX triplet: 04, 0E and D1. RGB value is (4,14,209). Sum of RGB (Red+Green+Blue) = 4+14+209=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 209 (82.03% from 255 or 92.07% from 227); Max value from RGB is 209 - color contains mainly: blue. Hex color #040ED1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040ED1 is #FBF12E. Grayscale: #202020. Windows color (decimal): -16511279 or 13700612. OLE color: 13700612.
HSL color Cylindrical-coordinate representation of color #040ED1: hue angle of 237.07º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040ED1 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 14 | 209 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.18 |
| HSL | 237.07º | 0.96% | 0.42% | - |
| HSV(B) | 237.07º | 0.98% | 0.82% | - |
| XYZ | 11.72 | 4.94 | 60.66 | - |
| YUV | 33.24 | 227.19 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 209 | 0.98 | 0.93 | 0 | 0.18 | 237.07 | 0.96 | 0.42 |
| Hex | 4 | E | D1 | 62 | 5D | 0 | 12 | ED | 60 | 2A |
| Octal | 4 | 16 | 321 | 142 | 135 | 0 | 22 | 355 | 140 | 52 |
| Binary | 100 | 1110 | 11010001 | 1100010 | 1011101 | 0 | 10010 | 11101101 | 1100000 | 101010 |
Color Harmonies of #040ED1
Complementary color
Monochromatic Colors of #040ED1
Black with #040ED1
Text Example
Text Example
White with #040ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040ED1; }
p { color: rgb(4,14,209); }
H1.HeaderClassName
{
color: #040ED1;
}
.AnyTagClassName
{
color: #040ED1;
}
</style>
background-color css
<style>
a { background-color: #040ED1; }
a { background-color: rgb(4,14,209); }
div.DivClassName
{
background-color: #040ED1;
}
.BgClassName
{
background-color: #040ED1;
}
</style>
border-color css
<style>
span { border-color: #040ED1; }
span { border-color: rgb(4,14,209); }
td.TdClassName
{
border-color: #040ED1;
}
.TagClassName
{
border-color: #040ED1;
}
</style>