Shades of Medium Blue #040EE1
Tints of Medium Blue #040EE1
RGB
CMYK
RGB Variations
Color information
#040EE1 (or 0x040EE1) is known color: Medium Blue. HEX triplet: 04, 0E and E1. RGB value is (4,14,225). Sum of RGB (Red+Green+Blue) = 4+14+225=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 225 (88.28% from 255 or 92.59% from 243); Max value from RGB is 225 - color contains mainly: blue. Hex color #040EE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040EE1 is #FBF11E. Grayscale: #222222. Windows color (decimal): -16511263 or 14749188. OLE color: 14749188.
HSL color Cylindrical-coordinate representation of color #040EE1: hue angle of 237.29º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040EE1 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 14 | 225 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.12 |
| HSL | 237.29º | 0.97% | 0.45% | - |
| HSV(B) | 237.29º | 0.98% | 0.88% | - |
| XYZ | 13.8 | 5.78 | 71.62 | - |
| YUV | 35.06 | 235.19 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 225 | 0.98 | 0.94 | 0 | 0.12 | 237.29 | 0.97 | 0.45 |
| Hex | 4 | E | E1 | 62 | 5E | 0 | C | ED | 61 | 2D |
| Octal | 4 | 16 | 341 | 142 | 136 | 0 | 14 | 355 | 141 | 55 |
| Binary | 100 | 1110 | 11100001 | 1100010 | 1011110 | 0 | 1100 | 11101101 | 1100001 | 101101 |
Color Harmonies of #040EE1
Complementary color
Monochromatic Colors of #040EE1
Black with #040EE1
Text Example
Text Example
White with #040EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040EE1; }
p { color: rgb(4,14,225); }
H1.HeaderClassName
{
color: #040EE1;
}
.AnyTagClassName
{
color: #040EE1;
}
</style>
background-color css
<style>
a { background-color: #040EE1; }
a { background-color: rgb(4,14,225); }
div.DivClassName
{
background-color: #040EE1;
}
.BgClassName
{
background-color: #040EE1;
}
</style>
border-color css
<style>
span { border-color: #040EE1; }
span { border-color: rgb(4,14,225); }
td.TdClassName
{
border-color: #040EE1;
}
.TagClassName
{
border-color: #040EE1;
}
</style>