Shades of Medium Blue #040ED2
Tints of Medium Blue #040ED2
RGB
CMYK
RGB Variations
Color information
#040ED2 (or 0x040ED2) is known color: Medium Blue. HEX triplet: 04, 0E and D2. RGB value is (4,14,210). Sum of RGB (Red+Green+Blue) = 4+14+210=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 210 (82.42% from 255 or 92.11% from 228); Max value from RGB is 210 - color contains mainly: blue. Hex color #040ED2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040ED2 is #FBF12D. Grayscale: #202020. Windows color (decimal): -16511278 or 13766148. OLE color: 13766148.
HSL color Cylindrical-coordinate representation of color #040ED2: hue angle of 237.09º 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 #040ED2 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 14 | 210 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.18 |
| HSL | 237.09º | 0.96% | 0.42% | - |
| HSV(B) | 237.09º | 0.98% | 0.82% | - |
| XYZ | 11.84 | 4.99 | 61.31 | - |
| YUV | 33.35 | 227.69 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 210 | 0.98 | 0.93 | 0 | 0.18 | 237.09 | 0.96 | 0.42 |
| Hex | 4 | E | D2 | 62 | 5D | 0 | 12 | ED | 60 | 2A |
| Octal | 4 | 16 | 322 | 142 | 135 | 0 | 22 | 355 | 140 | 52 |
| Binary | 100 | 1110 | 11010010 | 1100010 | 1011101 | 0 | 10010 | 11101101 | 1100000 | 101010 |
Color Harmonies of #040ED2
Complementary color
Monochromatic Colors of #040ED2
Black with #040ED2
Text Example
Text Example
White with #040ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040ED2; }
p { color: rgb(4,14,210); }
H1.HeaderClassName
{
color: #040ED2;
}
.AnyTagClassName
{
color: #040ED2;
}
</style>
background-color css
<style>
a { background-color: #040ED2; }
a { background-color: rgb(4,14,210); }
div.DivClassName
{
background-color: #040ED2;
}
.BgClassName
{
background-color: #040ED2;
}
</style>
border-color css
<style>
span { border-color: #040ED2; }
span { border-color: rgb(4,14,210); }
td.TdClassName
{
border-color: #040ED2;
}
.TagClassName
{
border-color: #040ED2;
}
</style>