Shades of Blue #040EE6
Tints of Blue #040EE6
RGB
CMYK
RGB Variations
Color information
#040EE6 (or 0x040EE6) is known color: Blue. HEX triplet: 04, 0E and E6. RGB value is (4,14,230). Sum of RGB (Red+Green+Blue) = 4+14+230=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 230 (90.23% from 255 or 92.74% from 248); Max value from RGB is 230 - color contains mainly: blue. Hex color #040EE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040EE6 is #FBF119. Grayscale: #222222. Windows color (decimal): -16511258 or 15076868. OLE color: 15076868.
HSL color Cylindrical-coordinate representation of color #040EE6: hue angle of 237.35º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040EE6 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 14 | 230 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.10 |
| HSL | 237.35º | 0.97% | 0.46% | - |
| HSV(B) | 237.35º | 0.98% | 0.9% | - |
| XYZ | 14.49 | 6.05 | 75.27 | - |
| YUV | 35.63 | 237.69 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 230 | 0.98 | 0.94 | 0 | 0.10 | 237.35 | 0.97 | 0.46 |
| Hex | 4 | E | E6 | 62 | 5E | 0 | A | ED | 61 | 2E |
| Octal | 4 | 16 | 346 | 142 | 136 | 0 | 12 | 355 | 141 | 56 |
| Binary | 100 | 1110 | 11100110 | 1100010 | 1011110 | 0 | 1010 | 11101101 | 1100001 | 101110 |
Color Harmonies of #040EE6
Complementary color
Monochromatic Colors of #040EE6
Black with #040EE6
Text Example
Text Example
White with #040EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040EE6; }
p { color: rgb(4,14,230); }
H1.HeaderClassName
{
color: #040EE6;
}
.AnyTagClassName
{
color: #040EE6;
}
</style>
background-color css
<style>
a { background-color: #040EE6; }
a { background-color: rgb(4,14,230); }
div.DivClassName
{
background-color: #040EE6;
}
.BgClassName
{
background-color: #040EE6;
}
</style>
border-color css
<style>
span { border-color: #040EE6; }
span { border-color: rgb(4,14,230); }
td.TdClassName
{
border-color: #040EE6;
}
.TagClassName
{
border-color: #040EE6;
}
</style>