Shades of Blue #040EEF
Tints of Blue #040EEF
RGB
CMYK
RGB Variations
Color information
#040EEF (or 0x040EEF) is known color: Blue. HEX triplet: 04, 0E and EF. RGB value is (4,14,239). Sum of RGB (Red+Green+Blue) = 4+14+239=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 239 (93.75% from 255 or 93.00% from 257); Max value from RGB is 239 - color contains mainly: blue. Hex color #040EEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040EEF is #FBF110. Grayscale: #232323. Windows color (decimal): -16511249 or 15666692. OLE color: 15666692.
HSL color Cylindrical-coordinate representation of color #040EEF: hue angle of 237.45º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040EEF is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 14 | 239 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.06 |
| HSL | 237.45º | 0.97% | 0.48% | - |
| HSV(B) | 237.45º | 0.98% | 0.94% | - |
| XYZ | 15.79 | 6.57 | 82.1 | - |
| YUV | 36.66 | 242.19 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 239 | 0.98 | 0.94 | 0 | 0.06 | 237.45 | 0.97 | 0.48 |
| Hex | 4 | E | EF | 62 | 5E | 0 | 6 | ED | 61 | 30 |
| Octal | 4 | 16 | 357 | 142 | 136 | 0 | 6 | 355 | 141 | 60 |
| Binary | 100 | 1110 | 11101111 | 1100010 | 1011110 | 0 | 110 | 11101101 | 1100001 | 110000 |
Color Harmonies of #040EEF
Complementary color
Monochromatic Colors of #040EEF
Black with #040EEF
Text Example
Text Example
White with #040EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040EEF; }
p { color: rgb(4,14,239); }
H1.HeaderClassName
{
color: #040EEF;
}
.AnyTagClassName
{
color: #040EEF;
}
</style>
background-color css
<style>
a { background-color: #040EEF; }
a { background-color: rgb(4,14,239); }
div.DivClassName
{
background-color: #040EEF;
}
.BgClassName
{
background-color: #040EEF;
}
</style>
border-color css
<style>
span { border-color: #040EEF; }
span { border-color: rgb(4,14,239); }
td.TdClassName
{
border-color: #040EEF;
}
.TagClassName
{
border-color: #040EEF;
}
</style>