Shades of Medium Blue #0406DC
Tints of Medium Blue #0406DC
RGB
CMYK
RGB Variations
Color information
#0406DC (or 0x0406DC) is known color: Medium Blue. HEX triplet: 04, 06 and DC. RGB value is (4,6,220). Sum of RGB (Red+Green+Blue) = 4+6+220=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 220 (86.33% from 255 or 95.65% from 230); Max value from RGB is 220 - color contains mainly: blue. Hex color #0406DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0406DC is #FBF923. Grayscale: #1C1C1C. Windows color (decimal): -16513316 or 14419460. OLE color: 14419460.
HSL color Cylindrical-coordinate representation of color #0406DC: hue angle of 239.44º 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 #0406DC is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 6 | 220 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.14 |
| HSL | 239.44º | 0.96% | 0.44% | - |
| HSV(B) | 239.44º | 0.98% | 0.86% | - |
| XYZ | 13.03 | 5.32 | 68.05 | - |
| YUV | 29.8 | 235.34 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 6 | 220 | 0.98 | 0.97 | 0 | 0.14 | 239.44 | 0.96 | 0.44 |
| Hex | 4 | 6 | DC | 62 | 61 | 0 | E | EF | 60 | 2C |
| Octal | 4 | 6 | 334 | 142 | 141 | 0 | 16 | 357 | 140 | 54 |
| Binary | 100 | 110 | 11011100 | 1100010 | 1100001 | 0 | 1110 | 11101111 | 1100000 | 101100 |
Color Harmonies of #0406DC
Complementary color
Monochromatic Colors of #0406DC
Black with #0406DC
Text Example
Text Example
White with #0406DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0406DC; }
p { color: rgb(4,6,220); }
H1.HeaderClassName
{
color: #0406DC;
}
.AnyTagClassName
{
color: #0406DC;
}
</style>
background-color css
<style>
a { background-color: #0406DC; }
a { background-color: rgb(4,6,220); }
div.DivClassName
{
background-color: #0406DC;
}
.BgClassName
{
background-color: #0406DC;
}
</style>
border-color css
<style>
span { border-color: #0406DC; }
span { border-color: rgb(4,6,220); }
td.TdClassName
{
border-color: #0406DC;
}
.TagClassName
{
border-color: #0406DC;
}
</style>