Shades of Medium Blue #040BDB
Tints of Medium Blue #040BDB
RGB
CMYK
RGB Variations
Color information
#040BDB (or 0x040BDB) is known color: Medium Blue. HEX triplet: 04, 0B and DB. RGB value is (4,11,219). Sum of RGB (Red+Green+Blue) = 4+11+219=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 219 (85.94% from 255 or 93.59% from 234); Max value from RGB is 219 - color contains mainly: blue. Hex color #040BDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040BDB is #FBF424. Grayscale: #1F1F1F. Windows color (decimal): -16512037 or 14355204. OLE color: 14355204.
HSL color Cylindrical-coordinate representation of color #040BDB: hue angle of 238.05º 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 #040BDB is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 11 | 219 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.14 |
| HSL | 238.05º | 0.96% | 0.44% | - |
| HSV(B) | 238.05º | 0.98% | 0.86% | - |
| XYZ | 12.96 | 5.38 | 67.37 | - |
| YUV | 32.62 | 233.18 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 219 | 0.98 | 0.95 | 0 | 0.14 | 238.05 | 0.96 | 0.44 |
| Hex | 4 | B | DB | 62 | 5F | 0 | E | EE | 60 | 2C |
| Octal | 4 | 13 | 333 | 142 | 137 | 0 | 16 | 356 | 140 | 54 |
| Binary | 100 | 1011 | 11011011 | 1100010 | 1011111 | 0 | 1110 | 11101110 | 1100000 | 101100 |
Color Harmonies of #040BDB
Complementary color
Monochromatic Colors of #040BDB
Black with #040BDB
Text Example
Text Example
White with #040BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040BDB; }
p { color: rgb(4,11,219); }
H1.HeaderClassName
{
color: #040BDB;
}
.AnyTagClassName
{
color: #040BDB;
}
</style>
background-color css
<style>
a { background-color: #040BDB; }
a { background-color: rgb(4,11,219); }
div.DivClassName
{
background-color: #040BDB;
}
.BgClassName
{
background-color: #040BDB;
}
</style>
border-color css
<style>
span { border-color: #040BDB; }
span { border-color: rgb(4,11,219); }
td.TdClassName
{
border-color: #040BDB;
}
.TagClassName
{
border-color: #040BDB;
}
</style>