Shades of Medium Blue #0417DC
Tints of Medium Blue #0417DC
RGB
CMYK
RGB Variations
Color information
#0417DC (or 0x0417DC) is known color: Medium Blue. HEX triplet: 04, 17 and DC. RGB value is (4,23,220). Sum of RGB (Red+Green+Blue) = 4+23+220=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 220 (86.33% from 255 or 89.07% from 247); Max value from RGB is 220 - color contains mainly: blue. Hex color #0417DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0417DC is #FBE823. Grayscale: #262626. Windows color (decimal): -16508964 or 14423812. OLE color: 14423812.
HSL color Cylindrical-coordinate representation of color #0417DC: hue angle of 234.72º 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 #0417DC is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 23 | 220 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.14 |
| HSL | 234.72º | 0.96% | 0.44% | - |
| HSV(B) | 234.72º | 0.98% | 0.86% | - |
| XYZ | 13.27 | 5.81 | 68.13 | - |
| YUV | 39.78 | 229.71 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 220 | 0.98 | 0.90 | 0 | 0.14 | 234.72 | 0.96 | 0.44 |
| Hex | 4 | 17 | DC | 62 | 5A | 0 | E | EB | 60 | 2C |
| Octal | 4 | 27 | 334 | 142 | 132 | 0 | 16 | 353 | 140 | 54 |
| Binary | 100 | 10111 | 11011100 | 1100010 | 1011010 | 0 | 1110 | 11101011 | 1100000 | 101100 |
Color Harmonies of #0417DC
Complementary color
Monochromatic Colors of #0417DC
Black with #0417DC
Text Example
Text Example
White with #0417DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0417DC; }
p { color: rgb(4,23,220); }
H1.HeaderClassName
{
color: #0417DC;
}
.AnyTagClassName
{
color: #0417DC;
}
</style>
background-color css
<style>
a { background-color: #0417DC; }
a { background-color: rgb(4,23,220); }
div.DivClassName
{
background-color: #0417DC;
}
.BgClassName
{
background-color: #0417DC;
}
</style>
border-color css
<style>
span { border-color: #0417DC; }
span { border-color: rgb(4,23,220); }
td.TdClassName
{
border-color: #0417DC;
}
.TagClassName
{
border-color: #0417DC;
}
</style>