Shades of Blue #041CEE
Tints of Blue #041CEE
RGB
CMYK
RGB Variations
Color information
#041CEE (or 0x041CEE) is known color: Blue. HEX triplet: 04, 1C and EE. RGB value is (4,28,238). Sum of RGB (Red+Green+Blue) = 4+28+238=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 238 (93.36% from 255 or 88.15% from 270); Max value from RGB is 238 - color contains mainly: blue. Hex color #041CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041CEE is #FBE311. Grayscale: #2B2B2B. Windows color (decimal): -16507666 or 15604740. OLE color: 15604740.
HSL color Cylindrical-coordinate representation of color #041CEE: hue angle of 233.85º 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 #041CEE is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 28 | 238 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.07 |
| HSL | 233.85º | 0.97% | 0.47% | - |
| HSV(B) | 233.85º | 0.98% | 0.93% | - |
| XYZ | 15.9 | 7.03 | 81.41 | - |
| YUV | 44.76 | 237.05 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 238 | 0.98 | 0.88 | 0 | 0.07 | 233.85 | 0.97 | 0.47 |
| Hex | 4 | 1C | EE | 62 | 58 | 0 | 7 | EA | 61 | 2F |
| Octal | 4 | 34 | 356 | 142 | 130 | 0 | 7 | 352 | 141 | 57 |
| Binary | 100 | 11100 | 11101110 | 1100010 | 1011000 | 0 | 111 | 11101010 | 1100001 | 101111 |
Color Harmonies of #041CEE
Complementary color
Monochromatic Colors of #041CEE
Black with #041CEE
Text Example
Text Example
White with #041CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041CEE; }
p { color: rgb(4,28,238); }
H1.HeaderClassName
{
color: #041CEE;
}
.AnyTagClassName
{
color: #041CEE;
}
</style>
background-color css
<style>
a { background-color: #041CEE; }
a { background-color: rgb(4,28,238); }
div.DivClassName
{
background-color: #041CEE;
}
.BgClassName
{
background-color: #041CEE;
}
</style>
border-color css
<style>
span { border-color: #041CEE; }
span { border-color: rgb(4,28,238); }
td.TdClassName
{
border-color: #041CEE;
}
.TagClassName
{
border-color: #041CEE;
}
</style>