Shades of Medium Blue #041EDC
Tints of Medium Blue #041EDC
RGB
CMYK
RGB Variations
Color information
#041EDC (or 0x041EDC) is known color: Medium Blue. HEX triplet: 04, 1E and DC. RGB value is (4,30,220). Sum of RGB (Red+Green+Blue) = 4+30+220=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 220 (86.33% from 255 or 86.61% from 254); Max value from RGB is 220 - color contains mainly: blue. Hex color #041EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041EDC is #FBE123. Grayscale: #2B2B2B. Windows color (decimal): -16507172 or 14425604. OLE color: 14425604.
HSL color Cylindrical-coordinate representation of color #041EDC: hue angle of 232.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041EDC is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 30 | 220 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.14 |
| HSL | 232.78º | 0.96% | 0.44% | - |
| HSV(B) | 232.78º | 0.98% | 0.86% | - |
| XYZ | 13.43 | 6.12 | 68.18 | - |
| YUV | 43.89 | 227.39 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 220 | 0.98 | 0.86 | 0 | 0.14 | 232.78 | 0.96 | 0.44 |
| Hex | 4 | 1E | DC | 62 | 56 | 0 | E | E9 | 60 | 2C |
| Octal | 4 | 36 | 334 | 142 | 126 | 0 | 16 | 351 | 140 | 54 |
| Binary | 100 | 11110 | 11011100 | 1100010 | 1010110 | 0 | 1110 | 11101001 | 1100000 | 101100 |
Color Harmonies of #041EDC
Complementary color
Monochromatic Colors of #041EDC
Black with #041EDC
Text Example
Text Example
White with #041EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041EDC; }
p { color: rgb(4,30,220); }
H1.HeaderClassName
{
color: #041EDC;
}
.AnyTagClassName
{
color: #041EDC;
}
</style>
background-color css
<style>
a { background-color: #041EDC; }
a { background-color: rgb(4,30,220); }
div.DivClassName
{
background-color: #041EDC;
}
.BgClassName
{
background-color: #041EDC;
}
</style>
border-color css
<style>
span { border-color: #041EDC; }
span { border-color: rgb(4,30,220); }
td.TdClassName
{
border-color: #041EDC;
}
.TagClassName
{
border-color: #041EDC;
}
</style>