Shades of Medium Blue #0417CD
Tints of Medium Blue #0417CD
RGB
CMYK
RGB Variations
Color information
#0417CD (or 0x0417CD) is known color: Medium Blue. HEX triplet: 04, 17 and CD. RGB value is (4,23,205). Sum of RGB (Red+Green+Blue) = 4+23+205=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 205 (80.47% from 255 or 88.36% from 232); Max value from RGB is 205 - color contains mainly: blue. Hex color #0417CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0417CD is #FBE832. Grayscale: #252525. Windows color (decimal): -16508979 or 13440772. OLE color: 13440772.
HSL color Cylindrical-coordinate representation of color #0417CD: hue angle of 234.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0417CD is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 23 | 205 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.20 |
| HSL | 234.33º | 0.96% | 0.41% | - |
| HSV(B) | 234.33º | 0.98% | 0.8% | - |
| XYZ | 11.38 | 5.05 | 58.13 | - |
| YUV | 38.07 | 222.21 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 205 | 0.98 | 0.89 | 0 | 0.20 | 234.33 | 0.96 | 0.41 |
| Hex | 4 | 17 | CD | 62 | 59 | 0 | 14 | EA | 60 | 29 |
| Octal | 4 | 27 | 315 | 142 | 131 | 0 | 24 | 352 | 140 | 51 |
| Binary | 100 | 10111 | 11001101 | 1100010 | 1011001 | 0 | 10100 | 11101010 | 1100000 | 101001 |
Color Harmonies of #0417CD
Complementary color
Monochromatic Colors of #0417CD
Black with #0417CD
Text Example
Text Example
White with #0417CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0417CD; }
p { color: rgb(4,23,205); }
H1.HeaderClassName
{
color: #0417CD;
}
.AnyTagClassName
{
color: #0417CD;
}
</style>
background-color css
<style>
a { background-color: #0417CD; }
a { background-color: rgb(4,23,205); }
div.DivClassName
{
background-color: #0417CD;
}
.BgClassName
{
background-color: #0417CD;
}
</style>
border-color css
<style>
span { border-color: #0417CD; }
span { border-color: rgb(4,23,205); }
td.TdClassName
{
border-color: #0417CD;
}
.TagClassName
{
border-color: #0417CD;
}
</style>