Shades of Blue #041EEF
Tints of Blue #041EEF
RGB
CMYK
RGB Variations
Color information
#041EEF (or 0x041EEF) is known color: Blue. HEX triplet: 04, 1E and EF. RGB value is (4,30,239). Sum of RGB (Red+Green+Blue) = 4+30+239=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 239 (93.75% from 255 or 87.55% from 273); Max value from RGB is 239 - color contains mainly: blue. Hex color #041EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041EEF is #FBE110. Grayscale: #2D2D2D. Windows color (decimal): -16507153 or 15670788. OLE color: 15670788.
HSL color Cylindrical-coordinate representation of color #041EEF: hue angle of 233.36º 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 #041EEF is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 30 | 239 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.06 |
| HSL | 233.36º | 0.97% | 0.48% | - |
| HSV(B) | 233.36º | 0.98% | 0.94% | - |
| XYZ | 16.09 | 7.19 | 82.2 | - |
| YUV | 46.05 | 236.89 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 239 | 0.98 | 0.87 | 0 | 0.06 | 233.36 | 0.97 | 0.48 |
| Hex | 4 | 1E | EF | 62 | 57 | 0 | 6 | E9 | 61 | 30 |
| Octal | 4 | 36 | 357 | 142 | 127 | 0 | 6 | 351 | 141 | 60 |
| Binary | 100 | 11110 | 11101111 | 1100010 | 1010111 | 0 | 110 | 11101001 | 1100001 | 110000 |
Color Harmonies of #041EEF
Complementary color
Monochromatic Colors of #041EEF
Black with #041EEF
Text Example
Text Example
White with #041EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041EEF; }
p { color: rgb(4,30,239); }
H1.HeaderClassName
{
color: #041EEF;
}
.AnyTagClassName
{
color: #041EEF;
}
</style>
background-color css
<style>
a { background-color: #041EEF; }
a { background-color: rgb(4,30,239); }
div.DivClassName
{
background-color: #041EEF;
}
.BgClassName
{
background-color: #041EEF;
}
</style>
border-color css
<style>
span { border-color: #041EEF; }
span { border-color: rgb(4,30,239); }
td.TdClassName
{
border-color: #041EEF;
}
.TagClassName
{
border-color: #041EEF;
}
</style>