Shades of Blue #041EEA
Tints of Blue #041EEA
RGB
CMYK
RGB Variations
Color information
#041EEA (or 0x041EEA) is known color: Blue. HEX triplet: 04, 1E and EA. RGB value is (4,30,234). Sum of RGB (Red+Green+Blue) = 4+30+234=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 234 (91.80% from 255 or 87.31% from 268); Max value from RGB is 234 - color contains mainly: blue. Hex color #041EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041EEA is #FBE115. Grayscale: #2C2C2C. Windows color (decimal): -16507158 or 15343108. OLE color: 15343108.
HSL color Cylindrical-coordinate representation of color #041EEA: hue angle of 233.22º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041EEA is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 30 | 234 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.08 |
| HSL | 233.22º | 0.97% | 0.47% | - |
| HSV(B) | 233.22º | 0.98% | 0.92% | - |
| XYZ | 15.37 | 6.89 | 78.36 | - |
| YUV | 45.48 | 234.39 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 234 | 0.98 | 0.87 | 0 | 0.08 | 233.22 | 0.97 | 0.47 |
| Hex | 4 | 1E | EA | 62 | 57 | 0 | 8 | E9 | 61 | 2F |
| Octal | 4 | 36 | 352 | 142 | 127 | 0 | 10 | 351 | 141 | 57 |
| Binary | 100 | 11110 | 11101010 | 1100010 | 1010111 | 0 | 1000 | 11101001 | 1100001 | 101111 |
Color Harmonies of #041EEA
Complementary color
Monochromatic Colors of #041EEA
Black with #041EEA
Text Example
Text Example
White with #041EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041EEA; }
p { color: rgb(4,30,234); }
H1.HeaderClassName
{
color: #041EEA;
}
.AnyTagClassName
{
color: #041EEA;
}
</style>
background-color css
<style>
a { background-color: #041EEA; }
a { background-color: rgb(4,30,234); }
div.DivClassName
{
background-color: #041EEA;
}
.BgClassName
{
background-color: #041EEA;
}
</style>
border-color css
<style>
span { border-color: #041EEA; }
span { border-color: rgb(4,30,234); }
td.TdClassName
{
border-color: #041EEA;
}
.TagClassName
{
border-color: #041EEA;
}
</style>