Shades of Medium Blue #040DDB
Tints of Medium Blue #040DDB
RGB
CMYK
RGB Variations
Color information
#040DDB (or 0x040DDB) is known color: Medium Blue. HEX triplet: 04, 0D and DB. RGB value is (4,13,219). Sum of RGB (Red+Green+Blue) = 4+13+219=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 219 (85.94% from 255 or 92.80% from 236); Max value from RGB is 219 - color contains mainly: blue. Hex color #040DDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040DDB is #FBF224. Grayscale: #202020. Windows color (decimal): -16511525 or 14355716. OLE color: 14355716.
HSL color Cylindrical-coordinate representation of color #040DDB: hue angle of 237.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040DDB is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 13 | 219 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.14 |
| HSL | 237.49º | 0.96% | 0.44% | - |
| HSV(B) | 237.49º | 0.98% | 0.86% | - |
| XYZ | 12.98 | 5.43 | 67.38 | - |
| YUV | 33.79 | 232.52 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 219 | 0.98 | 0.94 | 0 | 0.14 | 237.49 | 0.96 | 0.44 |
| Hex | 4 | D | DB | 62 | 5E | 0 | E | ED | 60 | 2C |
| Octal | 4 | 15 | 333 | 142 | 136 | 0 | 16 | 355 | 140 | 54 |
| Binary | 100 | 1101 | 11011011 | 1100010 | 1011110 | 0 | 1110 | 11101101 | 1100000 | 101100 |
Color Harmonies of #040DDB
Complementary color
Monochromatic Colors of #040DDB
Black with #040DDB
Text Example
Text Example
White with #040DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040DDB; }
p { color: rgb(4,13,219); }
H1.HeaderClassName
{
color: #040DDB;
}
.AnyTagClassName
{
color: #040DDB;
}
</style>
background-color css
<style>
a { background-color: #040DDB; }
a { background-color: rgb(4,13,219); }
div.DivClassName
{
background-color: #040DDB;
}
.BgClassName
{
background-color: #040DDB;
}
</style>
border-color css
<style>
span { border-color: #040DDB; }
span { border-color: rgb(4,13,219); }
td.TdClassName
{
border-color: #040DDB;
}
.TagClassName
{
border-color: #040DDB;
}
</style>