Shades of Medium Blue #0404DC
Tints of Medium Blue #0404DC
RGB
CMYK
RGB Variations
Color information
#0404DC (or 0x0404DC) is known color: Medium Blue. HEX triplet: 04, 04 and DC. RGB value is (4,4,220). Sum of RGB (Red+Green+Blue) = 4+4+220=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 220 (86.33% from 255 or 96.49% from 228); Max value from RGB is 220 - color contains mainly: blue. Hex color #0404DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0404DC is #FBFB23. Grayscale: #1B1B1B. Windows color (decimal): -16513828 or 14418948. OLE color: 14418948.
HSL color Cylindrical-coordinate representation of color #0404DC: hue angle of 240º 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 #0404DC is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 4 | 220 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.14 |
| HSL | 240º | 0.96% | 0.44% | - |
| HSV(B) | 240º | 0.98% | 0.86% | - |
| XYZ | 13.01 | 5.28 | 68.04 | - |
| YUV | 28.62 | 236 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 220 | 0.98 | 0.98 | 0 | 0.14 | 240 | 0.96 | 0.44 |
| Hex | 4 | 4 | DC | 62 | 62 | 0 | E | F0 | 60 | 2C |
| Octal | 4 | 4 | 334 | 142 | 142 | 0 | 16 | 360 | 140 | 54 |
| Binary | 100 | 100 | 11011100 | 1100010 | 1100010 | 0 | 1110 | 11110000 | 1100000 | 101100 |
Color Harmonies of #0404DC
Complementary color
Monochromatic Colors of #0404DC
Black with #0404DC
Text Example
Text Example
White with #0404DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0404DC; }
p { color: rgb(4,4,220); }
H1.HeaderClassName
{
color: #0404DC;
}
.AnyTagClassName
{
color: #0404DC;
}
</style>
background-color css
<style>
a { background-color: #0404DC; }
a { background-color: rgb(4,4,220); }
div.DivClassName
{
background-color: #0404DC;
}
.BgClassName
{
background-color: #0404DC;
}
</style>
border-color css
<style>
span { border-color: #0404DC; }
span { border-color: rgb(4,4,220); }
td.TdClassName
{
border-color: #0404DC;
}
.TagClassName
{
border-color: #0404DC;
}
</style>