Shades of Medium Blue #041CE0
Tints of Medium Blue #041CE0
RGB
CMYK
RGB Variations
Color information
#041CE0 (or 0x041CE0) is known color: Medium Blue. HEX triplet: 04, 1C and E0. RGB value is (4,28,224). Sum of RGB (Red+Green+Blue) = 4+28+224=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 224 (87.89% from 255 or 87.5% from 256); Max value from RGB is 224 - color contains mainly: blue. Hex color #041CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041CE0 is #FBE31F. Grayscale: #2A2A2A. Windows color (decimal): -16507680 or 14687236. OLE color: 14687236.
HSL color Cylindrical-coordinate representation of color #041CE0: hue angle of 233.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041CE0 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 28 | 224 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.12 |
| HSL | 233.45º | 0.96% | 0.45% | - |
| HSV(B) | 233.45º | 0.98% | 0.88% | - |
| XYZ | 13.92 | 6.24 | 70.99 | - |
| YUV | 43.17 | 230.05 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 224 | 0.98 | 0.88 | 0 | 0.12 | 233.45 | 0.96 | 0.45 |
| Hex | 4 | 1C | E0 | 62 | 58 | 0 | C | E9 | 60 | 2D |
| Octal | 4 | 34 | 340 | 142 | 130 | 0 | 14 | 351 | 140 | 55 |
| Binary | 100 | 11100 | 11100000 | 1100010 | 1011000 | 0 | 1100 | 11101001 | 1100000 | 101101 |
Color Harmonies of #041CE0
Complementary color
Monochromatic Colors of #041CE0
Black with #041CE0
Text Example
Text Example
White with #041CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041CE0; }
p { color: rgb(4,28,224); }
H1.HeaderClassName
{
color: #041CE0;
}
.AnyTagClassName
{
color: #041CE0;
}
</style>
background-color css
<style>
a { background-color: #041CE0; }
a { background-color: rgb(4,28,224); }
div.DivClassName
{
background-color: #041CE0;
}
.BgClassName
{
background-color: #041CE0;
}
</style>
border-color css
<style>
span { border-color: #041CE0; }
span { border-color: rgb(4,28,224); }
td.TdClassName
{
border-color: #041CE0;
}
.TagClassName
{
border-color: #041CE0;
}
</style>