Shades of Medium Blue #040DBD
Tints of Medium Blue #040DBD
RGB
CMYK
RGB Variations
Color information
#040DBD (or 0x040DBD) is known color: Medium Blue. HEX triplet: 04, 0D and BD. RGB value is (4,13,189). Sum of RGB (Red+Green+Blue) = 4+13+189=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 189 (74.22% from 255 or 91.75% from 206); Max value from RGB is 189 - color contains mainly: blue. Hex color #040DBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040DBD is #FBF242. Grayscale: #1D1D1D. Windows color (decimal): -16511555 or 12389636. OLE color: 12389636.
HSL color Cylindrical-coordinate representation of color #040DBD: hue angle of 237.08º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040DBD is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 13 | 189 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.26 |
| HSL | 237.08º | 0.96% | 0.38% | - |
| HSV(B) | 237.08º | 0.98% | 0.74% | - |
| XYZ | 9.38 | 3.99 | 48.42 | - |
| YUV | 30.37 | 217.52 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 189 | 0.98 | 0.93 | 0 | 0.26 | 237.08 | 0.96 | 0.38 |
| Hex | 4 | D | BD | 62 | 5D | 0 | 1A | ED | 60 | 26 |
| Octal | 4 | 15 | 275 | 142 | 135 | 0 | 32 | 355 | 140 | 46 |
| Binary | 100 | 1101 | 10111101 | 1100010 | 1011101 | 0 | 11010 | 11101101 | 1100000 | 100110 |
Color Harmonies of #040DBD
Complementary color
Monochromatic Colors of #040DBD
Black with #040DBD
Text Example
Text Example
White with #040DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040DBD; }
p { color: rgb(4,13,189); }
H1.HeaderClassName
{
color: #040DBD;
}
.AnyTagClassName
{
color: #040DBD;
}
</style>
background-color css
<style>
a { background-color: #040DBD; }
a { background-color: rgb(4,13,189); }
div.DivClassName
{
background-color: #040DBD;
}
.BgClassName
{
background-color: #040DBD;
}
</style>
border-color css
<style>
span { border-color: #040DBD; }
span { border-color: rgb(4,13,189); }
td.TdClassName
{
border-color: #040DBD;
}
.TagClassName
{
border-color: #040DBD;
}
</style>