Shades of Medium Blue #041CE2
Tints of Medium Blue #041CE2
RGB
CMYK
RGB Variations
Color information
#041CE2 (or 0x041CE2) is known color: Medium Blue. HEX triplet: 04, 1C and E2. RGB value is (4,28,226). Sum of RGB (Red+Green+Blue) = 4+28+226=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 226 (88.67% from 255 or 87.60% from 258); Max value from RGB is 226 - color contains mainly: blue. Hex color #041CE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041CE2 is #FBE31D. Grayscale: #2A2A2A. Windows color (decimal): -16507678 or 14818308. OLE color: 14818308.
HSL color Cylindrical-coordinate representation of color #041CE2: hue angle of 233.51º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041CE2 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 28 | 226 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.11 |
| HSL | 233.51º | 0.97% | 0.45% | - |
| HSV(B) | 233.51º | 0.98% | 0.89% | - |
| XYZ | 14.19 | 6.35 | 72.43 | - |
| YUV | 43.4 | 231.05 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 226 | 0.98 | 0.88 | 0 | 0.11 | 233.51 | 0.97 | 0.45 |
| Hex | 4 | 1C | E2 | 62 | 58 | 0 | B | EA | 61 | 2D |
| Octal | 4 | 34 | 342 | 142 | 130 | 0 | 13 | 352 | 141 | 55 |
| Binary | 100 | 11100 | 11100010 | 1100010 | 1011000 | 0 | 1011 | 11101010 | 1100001 | 101101 |
Color Harmonies of #041CE2
Complementary color
Monochromatic Colors of #041CE2
Black with #041CE2
Text Example
Text Example
White with #041CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041CE2; }
p { color: rgb(4,28,226); }
H1.HeaderClassName
{
color: #041CE2;
}
.AnyTagClassName
{
color: #041CE2;
}
</style>
background-color css
<style>
a { background-color: #041CE2; }
a { background-color: rgb(4,28,226); }
div.DivClassName
{
background-color: #041CE2;
}
.BgClassName
{
background-color: #041CE2;
}
</style>
border-color css
<style>
span { border-color: #041CE2; }
span { border-color: rgb(4,28,226); }
td.TdClassName
{
border-color: #041CE2;
}
.TagClassName
{
border-color: #041CE2;
}
</style>