Shades of Medium Blue #040EE2
Tints of Medium Blue #040EE2
RGB
CMYK
RGB Variations
Color information
#040EE2 (or 0x040EE2) is known color: Medium Blue. HEX triplet: 04, 0E and E2. RGB value is (4,14,226). Sum of RGB (Red+Green+Blue) = 4+14+226=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 226 (88.67% from 255 or 92.62% from 244); Max value from RGB is 226 - color contains mainly: blue. Hex color #040EE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040EE2 is #FBF11D. Grayscale: #222222. Windows color (decimal): -16511262 or 14814724. OLE color: 14814724.
HSL color Cylindrical-coordinate representation of color #040EE2: hue angle of 237.3º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040EE2 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 14 | 226 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.11 |
| HSL | 237.3º | 0.97% | 0.45% | - |
| HSV(B) | 237.3º | 0.98% | 0.89% | - |
| XYZ | 13.93 | 5.83 | 72.34 | - |
| YUV | 35.18 | 235.69 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 226 | 0.98 | 0.94 | 0 | 0.11 | 237.3 | 0.97 | 0.45 |
| Hex | 4 | E | E2 | 62 | 5E | 0 | B | ED | 61 | 2D |
| Octal | 4 | 16 | 342 | 142 | 136 | 0 | 13 | 355 | 141 | 55 |
| Binary | 100 | 1110 | 11100010 | 1100010 | 1011110 | 0 | 1011 | 11101101 | 1100001 | 101101 |
Color Harmonies of #040EE2
Complementary color
Monochromatic Colors of #040EE2
Black with #040EE2
Text Example
Text Example
White with #040EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040EE2; }
p { color: rgb(4,14,226); }
H1.HeaderClassName
{
color: #040EE2;
}
.AnyTagClassName
{
color: #040EE2;
}
</style>
background-color css
<style>
a { background-color: #040EE2; }
a { background-color: rgb(4,14,226); }
div.DivClassName
{
background-color: #040EE2;
}
.BgClassName
{
background-color: #040EE2;
}
</style>
border-color css
<style>
span { border-color: #040EE2; }
span { border-color: rgb(4,14,226); }
td.TdClassName
{
border-color: #040EE2;
}
.TagClassName
{
border-color: #040EE2;
}
</style>