Shades of Medium Blue #041FE0
Tints of Medium Blue #041FE0
RGB
CMYK
RGB Variations
Color information
#041FE0 (or 0x041FE0) is known color: Medium Blue. HEX triplet: 04, 1F and E0. RGB value is (4,31,224). Sum of RGB (Red+Green+Blue) = 4+31+224=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 224 (87.89% from 255 or 86.49% from 259); Max value from RGB is 224 - color contains mainly: blue. Hex color #041FE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041FE0 is #FBE01F. Grayscale: #2C2C2C. Windows color (decimal): -16506912 or 14688004. OLE color: 14688004.
HSL color Cylindrical-coordinate representation of color #041FE0: hue angle of 232.64º 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 #041FE0 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 31 | 224 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.12 |
| HSL | 232.64º | 0.96% | 0.45% | - |
| HSV(B) | 232.64º | 0.98% | 0.88% | - |
| XYZ | 13.99 | 6.39 | 71.02 | - |
| YUV | 44.93 | 229.05 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 31 | 224 | 0.98 | 0.86 | 0 | 0.12 | 232.64 | 0.96 | 0.45 |
| Hex | 4 | 1F | E0 | 62 | 56 | 0 | C | E9 | 60 | 2D |
| Octal | 4 | 37 | 340 | 142 | 126 | 0 | 14 | 351 | 140 | 55 |
| Binary | 100 | 11111 | 11100000 | 1100010 | 1010110 | 0 | 1100 | 11101001 | 1100000 | 101101 |
Color Harmonies of #041FE0
Complementary color
Monochromatic Colors of #041FE0
Black with #041FE0
Text Example
Text Example
White with #041FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041FE0; }
p { color: rgb(4,31,224); }
H1.HeaderClassName
{
color: #041FE0;
}
.AnyTagClassName
{
color: #041FE0;
}
</style>
background-color css
<style>
a { background-color: #041FE0; }
a { background-color: rgb(4,31,224); }
div.DivClassName
{
background-color: #041FE0;
}
.BgClassName
{
background-color: #041FE0;
}
</style>
border-color css
<style>
span { border-color: #041FE0; }
span { border-color: rgb(4,31,224); }
td.TdClassName
{
border-color: #041FE0;
}
.TagClassName
{
border-color: #041FE0;
}
</style>