Shades of Medium Blue #040DDD
Tints of Medium Blue #040DDD
RGB
CMYK
RGB Variations
Color information
#040DDD (or 0x040DDD) is known color: Medium Blue. HEX triplet: 04, 0D and DD. RGB value is (4,13,221). Sum of RGB (Red+Green+Blue) = 4+13+221=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 221 (86.72% from 255 or 92.86% from 238); Max value from RGB is 221 - color contains mainly: blue. Hex color #040DDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040DDD is #FBF222. Grayscale: #212121. Windows color (decimal): -16511523 or 14486788. OLE color: 14486788.
HSL color Cylindrical-coordinate representation of color #040DDD: hue angle of 237.51º 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 #040DDD is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 13 | 221 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.13 |
| HSL | 237.51º | 0.96% | 0.44% | - |
| HSV(B) | 237.51º | 0.98% | 0.87% | - |
| XYZ | 13.25 | 5.53 | 68.78 | - |
| YUV | 34.02 | 233.52 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 221 | 0.98 | 0.94 | 0 | 0.13 | 237.51 | 0.96 | 0.44 |
| Hex | 4 | D | DD | 62 | 5E | 0 | D | EE | 60 | 2C |
| Octal | 4 | 15 | 335 | 142 | 136 | 0 | 15 | 356 | 140 | 54 |
| Binary | 100 | 1101 | 11011101 | 1100010 | 1011110 | 0 | 1101 | 11101110 | 1100000 | 101100 |
Color Harmonies of #040DDD
Complementary color
Monochromatic Colors of #040DDD
Black with #040DDD
Text Example
Text Example
White with #040DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040DDD; }
p { color: rgb(4,13,221); }
H1.HeaderClassName
{
color: #040DDD;
}
.AnyTagClassName
{
color: #040DDD;
}
</style>
background-color css
<style>
a { background-color: #040DDD; }
a { background-color: rgb(4,13,221); }
div.DivClassName
{
background-color: #040DDD;
}
.BgClassName
{
background-color: #040DDD;
}
</style>
border-color css
<style>
span { border-color: #040DDD; }
span { border-color: rgb(4,13,221); }
td.TdClassName
{
border-color: #040DDD;
}
.TagClassName
{
border-color: #040DDD;
}
</style>