Shades of Medium Blue #041DDF
Tints of Medium Blue #041DDF
RGB
CMYK
RGB Variations
Color information
#041DDF (or 0x041DDF) is known color: Medium Blue. HEX triplet: 04, 1D and DF. RGB value is (4,29,223). Sum of RGB (Red+Green+Blue) = 4+29+223=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 223 (87.5% from 255 or 87.11% from 256); Max value from RGB is 223 - color contains mainly: blue. Hex color #041DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041DDF is #FBE220. Grayscale: #2A2A2A. Windows color (decimal): -16507425 or 14621956. OLE color: 14621956.
HSL color Cylindrical-coordinate representation of color #041DDF: hue angle of 233.15º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041DDF is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 29 | 223 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.13 |
| HSL | 233.15º | 0.96% | 0.45% | - |
| HSV(B) | 233.15º | 0.98% | 0.87% | - |
| XYZ | 13.81 | 6.23 | 70.29 | - |
| YUV | 43.64 | 229.22 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 223 | 0.98 | 0.87 | 0 | 0.13 | 233.15 | 0.96 | 0.45 |
| Hex | 4 | 1D | DF | 62 | 57 | 0 | D | E9 | 60 | 2D |
| Octal | 4 | 35 | 337 | 142 | 127 | 0 | 15 | 351 | 140 | 55 |
| Binary | 100 | 11101 | 11011111 | 1100010 | 1010111 | 0 | 1101 | 11101001 | 1100000 | 101101 |
Color Harmonies of #041DDF
Complementary color
Monochromatic Colors of #041DDF
Black with #041DDF
Text Example
Text Example
White with #041DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041DDF; }
p { color: rgb(4,29,223); }
H1.HeaderClassName
{
color: #041DDF;
}
.AnyTagClassName
{
color: #041DDF;
}
</style>
background-color css
<style>
a { background-color: #041DDF; }
a { background-color: rgb(4,29,223); }
div.DivClassName
{
background-color: #041DDF;
}
.BgClassName
{
background-color: #041DDF;
}
</style>
border-color css
<style>
span { border-color: #041DDF; }
span { border-color: rgb(4,29,223); }
td.TdClassName
{
border-color: #041DDF;
}
.TagClassName
{
border-color: #041DDF;
}
</style>