Shades of Medium Blue #040AD6
Tints of Medium Blue #040AD6
RGB
CMYK
RGB Variations
Color information
#040AD6 (or 0x040AD6) is known color: Medium Blue. HEX triplet: 04, 0A and D6. RGB value is (4,10,214). Sum of RGB (Red+Green+Blue) = 4+10+214=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 214 (83.98% from 255 or 93.86% from 228); Max value from RGB is 214 - color contains mainly: blue. Hex color #040AD6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040AD6 is #FBF529. Grayscale: #1E1E1E. Windows color (decimal): -16512298 or 14027268. OLE color: 14027268.
HSL color Cylindrical-coordinate representation of color #040AD6: hue angle of 238.29º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040AD6 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 10 | 214 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.16 |
| HSL | 238.29º | 0.96% | 0.43% | - |
| HSV(B) | 238.29º | 0.98% | 0.84% | - |
| XYZ | 12.3 | 5.1 | 63.95 | - |
| YUV | 31.46 | 231.01 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 214 | 0.98 | 0.95 | 0 | 0.16 | 238.29 | 0.96 | 0.43 |
| Hex | 4 | A | D6 | 62 | 5F | 0 | 10 | EE | 60 | 2B |
| Octal | 4 | 12 | 326 | 142 | 137 | 0 | 20 | 356 | 140 | 53 |
| Binary | 100 | 1010 | 11010110 | 1100010 | 1011111 | 0 | 10000 | 11101110 | 1100000 | 101011 |
Color Harmonies of #040AD6
Complementary color
Monochromatic Colors of #040AD6
Black with #040AD6
Text Example
Text Example
White with #040AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040AD6; }
p { color: rgb(4,10,214); }
H1.HeaderClassName
{
color: #040AD6;
}
.AnyTagClassName
{
color: #040AD6;
}
</style>
background-color css
<style>
a { background-color: #040AD6; }
a { background-color: rgb(4,10,214); }
div.DivClassName
{
background-color: #040AD6;
}
.BgClassName
{
background-color: #040AD6;
}
</style>
border-color css
<style>
span { border-color: #040AD6; }
span { border-color: rgb(4,10,214); }
td.TdClassName
{
border-color: #040AD6;
}
.TagClassName
{
border-color: #040AD6;
}
</style>