Shades of Medium Blue #0417CF
Tints of Medium Blue #0417CF
RGB
CMYK
RGB Variations
Color information
#0417CF (or 0x0417CF) is known color: Medium Blue. HEX triplet: 04, 17 and CF. RGB value is (4,23,207). Sum of RGB (Red+Green+Blue) = 4+23+207=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 207 (81.25% from 255 or 88.46% from 234); Max value from RGB is 207 - color contains mainly: blue. Hex color #0417CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0417CF is #FBE830. Grayscale: #252525. Windows color (decimal): -16508977 or 13571844. OLE color: 13571844.
HSL color Cylindrical-coordinate representation of color #0417CF: hue angle of 234.38º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0417CF is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 23 | 207 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.19 |
| HSL | 234.38º | 0.96% | 0.41% | - |
| HSV(B) | 234.38º | 0.98% | 0.81% | - |
| XYZ | 11.62 | 5.14 | 59.41 | - |
| YUV | 38.3 | 223.21 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 207 | 0.98 | 0.89 | 0 | 0.19 | 234.38 | 0.96 | 0.41 |
| Hex | 4 | 17 | CF | 62 | 59 | 0 | 13 | EA | 60 | 29 |
| Octal | 4 | 27 | 317 | 142 | 131 | 0 | 23 | 352 | 140 | 51 |
| Binary | 100 | 10111 | 11001111 | 1100010 | 1011001 | 0 | 10011 | 11101010 | 1100000 | 101001 |
Color Harmonies of #0417CF
Complementary color
Monochromatic Colors of #0417CF
Black with #0417CF
Text Example
Text Example
White with #0417CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0417CF; }
p { color: rgb(4,23,207); }
H1.HeaderClassName
{
color: #0417CF;
}
.AnyTagClassName
{
color: #0417CF;
}
</style>
background-color css
<style>
a { background-color: #0417CF; }
a { background-color: rgb(4,23,207); }
div.DivClassName
{
background-color: #0417CF;
}
.BgClassName
{
background-color: #0417CF;
}
</style>
border-color css
<style>
span { border-color: #0417CF; }
span { border-color: rgb(4,23,207); }
td.TdClassName
{
border-color: #0417CF;
}
.TagClassName
{
border-color: #0417CF;
}
</style>