Shades of Medium Blue #040DDF
Tints of Medium Blue #040DDF
RGB
CMYK
RGB Variations
Color information
#040DDF (or 0x040DDF) is known color: Medium Blue. HEX triplet: 04, 0D and DF. RGB value is (4,13,223). Sum of RGB (Red+Green+Blue) = 4+13+223=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 223 (87.5% from 255 or 92.92% from 240); Max value from RGB is 223 - color contains mainly: blue. Hex color #040DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040DDF is #FBF220. Grayscale: #212121. Windows color (decimal): -16511521 or 14617860. OLE color: 14617860.
HSL color Cylindrical-coordinate representation of color #040DDF: hue angle of 237.53º 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 #040DDF is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 13 | 223 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.13 |
| HSL | 237.53º | 0.96% | 0.45% | - |
| HSV(B) | 237.53º | 0.98% | 0.87% | - |
| XYZ | 13.51 | 5.64 | 70.19 | - |
| YUV | 34.25 | 234.52 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 223 | 0.98 | 0.94 | 0 | 0.13 | 237.53 | 0.96 | 0.45 |
| Hex | 4 | D | DF | 62 | 5E | 0 | D | EE | 60 | 2D |
| Octal | 4 | 15 | 337 | 142 | 136 | 0 | 15 | 356 | 140 | 55 |
| Binary | 100 | 1101 | 11011111 | 1100010 | 1011110 | 0 | 1101 | 11101110 | 1100000 | 101101 |
Color Harmonies of #040DDF
Complementary color
Monochromatic Colors of #040DDF
Black with #040DDF
Text Example
Text Example
White with #040DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040DDF; }
p { color: rgb(4,13,223); }
H1.HeaderClassName
{
color: #040DDF;
}
.AnyTagClassName
{
color: #040DDF;
}
</style>
background-color css
<style>
a { background-color: #040DDF; }
a { background-color: rgb(4,13,223); }
div.DivClassName
{
background-color: #040DDF;
}
.BgClassName
{
background-color: #040DDF;
}
</style>
border-color css
<style>
span { border-color: #040DDF; }
span { border-color: rgb(4,13,223); }
td.TdClassName
{
border-color: #040DDF;
}
.TagClassName
{
border-color: #040DDF;
}
</style>