Shades of Medium Blue #0410DC
Tints of Medium Blue #0410DC
RGB
CMYK
RGB Variations
Color information
#0410DC (or 0x0410DC) is known color: Medium Blue. HEX triplet: 04, 10 and DC. RGB value is (4,16,220). Sum of RGB (Red+Green+Blue) = 4+16+220=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 220 (86.33% from 255 or 91.67% from 240); Max value from RGB is 220 - color contains mainly: blue. Hex color #0410DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0410DC is #FBEF23. Grayscale: #222222. Windows color (decimal): -16510756 or 14422020. OLE color: 14422020.
HSL color Cylindrical-coordinate representation of color #0410DC: hue angle of 236.67º 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 #0410DC is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 16 | 220 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.14 |
| HSL | 236.67º | 0.96% | 0.44% | - |
| HSV(B) | 236.67º | 0.98% | 0.86% | - |
| XYZ | 13.15 | 5.56 | 68.09 | - |
| YUV | 35.67 | 232.02 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 220 | 0.98 | 0.93 | 0 | 0.14 | 236.67 | 0.96 | 0.44 |
| Hex | 4 | 10 | DC | 62 | 5D | 0 | E | ED | 60 | 2C |
| Octal | 4 | 20 | 334 | 142 | 135 | 0 | 16 | 355 | 140 | 54 |
| Binary | 100 | 10000 | 11011100 | 1100010 | 1011101 | 0 | 1110 | 11101101 | 1100000 | 101100 |
Color Harmonies of #0410DC
Complementary color
Monochromatic Colors of #0410DC
Black with #0410DC
Text Example
Text Example
White with #0410DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0410DC; }
p { color: rgb(4,16,220); }
H1.HeaderClassName
{
color: #0410DC;
}
.AnyTagClassName
{
color: #0410DC;
}
</style>
background-color css
<style>
a { background-color: #0410DC; }
a { background-color: rgb(4,16,220); }
div.DivClassName
{
background-color: #0410DC;
}
.BgClassName
{
background-color: #0410DC;
}
</style>
border-color css
<style>
span { border-color: #0410DC; }
span { border-color: rgb(4,16,220); }
td.TdClassName
{
border-color: #0410DC;
}
.TagClassName
{
border-color: #0410DC;
}
</style>