Shades of Blue #040EEE
Tints of Blue #040EEE
RGB
CMYK
RGB Variations
Color information
#040EEE (or 0x040EEE) is known color: Blue. HEX triplet: 04, 0E and EE. RGB value is (4,14,238). Sum of RGB (Red+Green+Blue) = 4+14+238=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 238 (93.36% from 255 or 92.97% from 256); Max value from RGB is 238 - color contains mainly: blue. Hex color #040EEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040EEE is #FBF111. Grayscale: #232323. Windows color (decimal): -16511250 or 15601156. OLE color: 15601156.
HSL color Cylindrical-coordinate representation of color #040EEE: hue angle of 237.44º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040EEE is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 14 | 238 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.07 |
| HSL | 237.44º | 0.97% | 0.47% | - |
| HSV(B) | 237.44º | 0.98% | 0.93% | - |
| XYZ | 15.64 | 6.51 | 81.32 | - |
| YUV | 36.55 | 241.69 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 238 | 0.98 | 0.94 | 0 | 0.07 | 237.44 | 0.97 | 0.47 |
| Hex | 4 | E | EE | 62 | 5E | 0 | 7 | ED | 61 | 2F |
| Octal | 4 | 16 | 356 | 142 | 136 | 0 | 7 | 355 | 141 | 57 |
| Binary | 100 | 1110 | 11101110 | 1100010 | 1011110 | 0 | 111 | 11101101 | 1100001 | 101111 |
Color Harmonies of #040EEE
Complementary color
Monochromatic Colors of #040EEE
Black with #040EEE
Text Example
Text Example
White with #040EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040EEE; }
p { color: rgb(4,14,238); }
H1.HeaderClassName
{
color: #040EEE;
}
.AnyTagClassName
{
color: #040EEE;
}
</style>
background-color css
<style>
a { background-color: #040EEE; }
a { background-color: rgb(4,14,238); }
div.DivClassName
{
background-color: #040EEE;
}
.BgClassName
{
background-color: #040EEE;
}
</style>
border-color css
<style>
span { border-color: #040EEE; }
span { border-color: rgb(4,14,238); }
td.TdClassName
{
border-color: #040EEE;
}
.TagClassName
{
border-color: #040EEE;
}
</style>