Shades of Medium Blue #041FDD
Tints of Medium Blue #041FDD
RGB
CMYK
RGB Variations
Color information
#041FDD (or 0x041FDD) is known color: Medium Blue. HEX triplet: 04, 1F and DD. RGB value is (4,31,221). Sum of RGB (Red+Green+Blue) = 4+31+221=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #041FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041FDD is #FBE022. Grayscale: #2B2B2B. Windows color (decimal): -16506915 or 14491396. OLE color: 14491396.
HSL color Cylindrical-coordinate representation of color #041FDD: hue angle of 232.53º 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 #041FDD is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 31 | 221 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.13 |
| HSL | 232.53º | 0.96% | 0.44% | - |
| HSV(B) | 232.53º | 0.98% | 0.87% | - |
| XYZ | 13.59 | 6.23 | 68.89 | - |
| YUV | 44.59 | 227.55 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 31 | 221 | 0.98 | 0.86 | 0 | 0.13 | 232.53 | 0.96 | 0.44 |
| Hex | 4 | 1F | DD | 62 | 56 | 0 | D | E9 | 60 | 2C |
| Octal | 4 | 37 | 335 | 142 | 126 | 0 | 15 | 351 | 140 | 54 |
| Binary | 100 | 11111 | 11011101 | 1100010 | 1010110 | 0 | 1101 | 11101001 | 1100000 | 101100 |
Color Harmonies of #041FDD
Complementary color
Monochromatic Colors of #041FDD
Black with #041FDD
Text Example
Text Example
White with #041FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041FDD; }
p { color: rgb(4,31,221); }
H1.HeaderClassName
{
color: #041FDD;
}
.AnyTagClassName
{
color: #041FDD;
}
</style>
background-color css
<style>
a { background-color: #041FDD; }
a { background-color: rgb(4,31,221); }
div.DivClassName
{
background-color: #041FDD;
}
.BgClassName
{
background-color: #041FDD;
}
</style>
border-color css
<style>
span { border-color: #041FDD; }
span { border-color: rgb(4,31,221); }
td.TdClassName
{
border-color: #041FDD;
}
.TagClassName
{
border-color: #041FDD;
}
</style>