Shades of Medium Blue #0406DD
Tints of Medium Blue #0406DD
RGB
CMYK
RGB Variations
Color information
#0406DD (or 0x0406DD) is known color: Medium Blue. HEX triplet: 04, 06 and DD. RGB value is (4,6,221). Sum of RGB (Red+Green+Blue) = 4+6+221=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 221 (86.72% from 255 or 95.67% from 231); Max value from RGB is 221 - color contains mainly: blue. Hex color #0406DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0406DD is #FBF922. Grayscale: #1D1D1D. Windows color (decimal): -16513315 or 14484996. OLE color: 14484996.
HSL color Cylindrical-coordinate representation of color #0406DD: hue angle of 239.45º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0406DD is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 6 | 221 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.13 |
| HSL | 239.45º | 0.96% | 0.44% | - |
| HSV(B) | 239.45º | 0.98% | 0.87% | - |
| XYZ | 13.17 | 5.38 | 68.75 | - |
| YUV | 29.91 | 235.84 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 6 | 221 | 0.98 | 0.97 | 0 | 0.13 | 239.45 | 0.96 | 0.44 |
| Hex | 4 | 6 | DD | 62 | 61 | 0 | D | EF | 60 | 2C |
| Octal | 4 | 6 | 335 | 142 | 141 | 0 | 15 | 357 | 140 | 54 |
| Binary | 100 | 110 | 11011101 | 1100010 | 1100001 | 0 | 1101 | 11101111 | 1100000 | 101100 |
Color Harmonies of #0406DD
Complementary color
Monochromatic Colors of #0406DD
Black with #0406DD
Text Example
Text Example
White with #0406DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0406DD; }
p { color: rgb(4,6,221); }
H1.HeaderClassName
{
color: #0406DD;
}
.AnyTagClassName
{
color: #0406DD;
}
</style>
background-color css
<style>
a { background-color: #0406DD; }
a { background-color: rgb(4,6,221); }
div.DivClassName
{
background-color: #0406DD;
}
.BgClassName
{
background-color: #0406DD;
}
</style>
border-color css
<style>
span { border-color: #0406DD; }
span { border-color: rgb(4,6,221); }
td.TdClassName
{
border-color: #0406DD;
}
.TagClassName
{
border-color: #0406DD;
}
</style>