Shades of Medium Blue #041DDD
Tints of Medium Blue #041DDD
RGB
CMYK
RGB Variations
Color information
#041DDD (or 0x041DDD) is known color: Medium Blue. HEX triplet: 04, 1D and DD. RGB value is (4,29,221). Sum of RGB (Red+Green+Blue) = 4+29+221=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 221 (86.72% from 255 or 87.01% from 254); Max value from RGB is 221 - color contains mainly: blue. Hex color #041DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041DDD is #FBE222. Grayscale: #2A2A2A. Windows color (decimal): -16507427 or 14490884. OLE color: 14490884.
HSL color Cylindrical-coordinate representation of color #041DDD: hue angle of 233.09º 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 #041DDD is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 29 | 221 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.13 |
| HSL | 233.09º | 0.96% | 0.44% | - |
| HSV(B) | 233.09º | 0.98% | 0.87% | - |
| XYZ | 13.54 | 6.13 | 68.88 | - |
| YUV | 43.41 | 228.22 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 221 | 0.98 | 0.87 | 0 | 0.13 | 233.09 | 0.96 | 0.44 |
| Hex | 4 | 1D | DD | 62 | 57 | 0 | D | E9 | 60 | 2C |
| Octal | 4 | 35 | 335 | 142 | 127 | 0 | 15 | 351 | 140 | 54 |
| Binary | 100 | 11101 | 11011101 | 1100010 | 1010111 | 0 | 1101 | 11101001 | 1100000 | 101100 |
Color Harmonies of #041DDD
Complementary color
Monochromatic Colors of #041DDD
Black with #041DDD
Text Example
Text Example
White with #041DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041DDD; }
p { color: rgb(4,29,221); }
H1.HeaderClassName
{
color: #041DDD;
}
.AnyTagClassName
{
color: #041DDD;
}
</style>
background-color css
<style>
a { background-color: #041DDD; }
a { background-color: rgb(4,29,221); }
div.DivClassName
{
background-color: #041DDD;
}
.BgClassName
{
background-color: #041DDD;
}
</style>
border-color css
<style>
span { border-color: #041DDD; }
span { border-color: rgb(4,29,221); }
td.TdClassName
{
border-color: #041DDD;
}
.TagClassName
{
border-color: #041DDD;
}
</style>