Shades of Medium Blue #0417D5
Tints of Medium Blue #0417D5
RGB
CMYK
RGB Variations
Color information
#0417D5 (or 0x0417D5) is known color: Medium Blue. HEX triplet: 04, 17 and D5. RGB value is (4,23,213). Sum of RGB (Red+Green+Blue) = 4+23+213=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 213 (83.59% from 255 or 88.75% from 240); Max value from RGB is 213 - color contains mainly: blue. Hex color #0417D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0417D5 is #FBE82A. Grayscale: #262626. Windows color (decimal): -16508971 or 13965060. OLE color: 13965060.
HSL color Cylindrical-coordinate representation of color #0417D5: hue angle of 234.55º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0417D5 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 23 | 213 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.16 |
| HSL | 234.55º | 0.96% | 0.43% | - |
| HSV(B) | 234.55º | 0.98% | 0.84% | - |
| XYZ | 12.37 | 5.44 | 63.35 | - |
| YUV | 38.98 | 226.21 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 213 | 0.98 | 0.89 | 0 | 0.16 | 234.55 | 0.96 | 0.43 |
| Hex | 4 | 17 | D5 | 62 | 59 | 0 | 10 | EB | 60 | 2B |
| Octal | 4 | 27 | 325 | 142 | 131 | 0 | 20 | 353 | 140 | 53 |
| Binary | 100 | 10111 | 11010101 | 1100010 | 1011001 | 0 | 10000 | 11101011 | 1100000 | 101011 |
Color Harmonies of #0417D5
Complementary color
Monochromatic Colors of #0417D5
Black with #0417D5
Text Example
Text Example
White with #0417D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0417D5; }
p { color: rgb(4,23,213); }
H1.HeaderClassName
{
color: #0417D5;
}
.AnyTagClassName
{
color: #0417D5;
}
</style>
background-color css
<style>
a { background-color: #0417D5; }
a { background-color: rgb(4,23,213); }
div.DivClassName
{
background-color: #0417D5;
}
.BgClassName
{
background-color: #0417D5;
}
</style>
border-color css
<style>
span { border-color: #0417D5; }
span { border-color: rgb(4,23,213); }
td.TdClassName
{
border-color: #0417D5;
}
.TagClassName
{
border-color: #0417D5;
}
</style>