Shades of Medium Blue #040FDB
Tints of Medium Blue #040FDB
RGB
CMYK
RGB Variations
Color information
#040FDB (or 0x040FDB) is known color: Medium Blue. HEX triplet: 04, 0F and DB. RGB value is (4,15,219). Sum of RGB (Red+Green+Blue) = 4+15+219=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 219 (85.94% from 255 or 92.02% from 238); Max value from RGB is 219 - color contains mainly: blue. Hex color #040FDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040FDB is #FBF024. Grayscale: #222222. Windows color (decimal): -16511013 or 14356228. OLE color: 14356228.
HSL color Cylindrical-coordinate representation of color #040FDB: hue angle of 236.93º 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 #040FDB is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 15 | 219 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.14 |
| HSL | 236.93º | 0.96% | 0.44% | - |
| HSV(B) | 236.93º | 0.98% | 0.86% | - |
| XYZ | 13.01 | 5.48 | 67.39 | - |
| YUV | 34.97 | 231.86 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 219 | 0.98 | 0.93 | 0 | 0.14 | 236.93 | 0.96 | 0.44 |
| Hex | 4 | F | DB | 62 | 5D | 0 | E | ED | 60 | 2C |
| Octal | 4 | 17 | 333 | 142 | 135 | 0 | 16 | 355 | 140 | 54 |
| Binary | 100 | 1111 | 11011011 | 1100010 | 1011101 | 0 | 1110 | 11101101 | 1100000 | 101100 |
Color Harmonies of #040FDB
Complementary color
Monochromatic Colors of #040FDB
Black with #040FDB
Text Example
Text Example
White with #040FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040FDB; }
p { color: rgb(4,15,219); }
H1.HeaderClassName
{
color: #040FDB;
}
.AnyTagClassName
{
color: #040FDB;
}
</style>
background-color css
<style>
a { background-color: #040FDB; }
a { background-color: rgb(4,15,219); }
div.DivClassName
{
background-color: #040FDB;
}
.BgClassName
{
background-color: #040FDB;
}
</style>
border-color css
<style>
span { border-color: #040FDB; }
span { border-color: rgb(4,15,219); }
td.TdClassName
{
border-color: #040FDB;
}
.TagClassName
{
border-color: #040FDB;
}
</style>