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