Shades of Medium Blue #041FDE
Tints of Medium Blue #041FDE
RGB
CMYK
RGB Variations
Color information
#041FDE (or 0x041FDE) is known color: Medium Blue. HEX triplet: 04, 1F and DE. RGB value is (4,31,222). Sum of RGB (Red+Green+Blue) = 4+31+222=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 222 (87.11% from 255 or 86.38% from 257); Max value from RGB is 222 - color contains mainly: blue. Hex color #041FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041FDE is #FBE021. Grayscale: #2B2B2B. Windows color (decimal): -16506914 or 14556932. OLE color: 14556932.
HSL color Cylindrical-coordinate representation of color #041FDE: hue angle of 232.57º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041FDE is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 31 | 222 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.13 |
| HSL | 232.57º | 0.96% | 0.44% | - |
| HSV(B) | 232.57º | 0.98% | 0.87% | - |
| XYZ | 13.72 | 6.28 | 69.6 | - |
| YUV | 44.7 | 228.05 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 31 | 222 | 0.98 | 0.86 | 0 | 0.13 | 232.57 | 0.96 | 0.44 |
| Hex | 4 | 1F | DE | 62 | 56 | 0 | D | E9 | 60 | 2C |
| Octal | 4 | 37 | 336 | 142 | 126 | 0 | 15 | 351 | 140 | 54 |
| Binary | 100 | 11111 | 11011110 | 1100010 | 1010110 | 0 | 1101 | 11101001 | 1100000 | 101100 |
Color Harmonies of #041FDE
Complementary color
Monochromatic Colors of #041FDE
Black with #041FDE
Text Example
Text Example
White with #041FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041FDE; }
p { color: rgb(4,31,222); }
H1.HeaderClassName
{
color: #041FDE;
}
.AnyTagClassName
{
color: #041FDE;
}
</style>
background-color css
<style>
a { background-color: #041FDE; }
a { background-color: rgb(4,31,222); }
div.DivClassName
{
background-color: #041FDE;
}
.BgClassName
{
background-color: #041FDE;
}
</style>
border-color css
<style>
span { border-color: #041FDE; }
span { border-color: rgb(4,31,222); }
td.TdClassName
{
border-color: #041FDE;
}
.TagClassName
{
border-color: #041FDE;
}
</style>