Shades of Medium Blue #0717CA
Tints of Medium Blue #0717CA
RGB
CMYK
RGB Variations
Color information
#0717CA (or 0x0717CA) is known color: Medium Blue. HEX triplet: 07, 17 and CA. RGB value is (7,23,202). Sum of RGB (Red+Green+Blue) = 7+23+202=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 202 (79.30% from 255 or 87.07% from 232); Max value from RGB is 202 - color contains mainly: blue. Hex color #0717CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0717CA is #F8E835. Grayscale: #252525. Windows color (decimal): -16312374 or 13244167. OLE color: 13244167.
HSL color Cylindrical-coordinate representation of color #0717CA: hue angle of 235.08º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0717CA is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 23 | 202 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.21 |
| HSL | 235.08º | 0.93% | 0.41% | - |
| HSV(B) | 235.08º | 0.97% | 0.79% | - |
| XYZ | 11.05 | 4.92 | 56.24 | - |
| YUV | 38.62 | 220.2 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 202 | 0.97 | 0.89 | 0 | 0.21 | 235.08 | 0.93 | 0.41 |
| Hex | 7 | 17 | CA | 61 | 59 | 0 | 15 | EB | 5D | 29 |
| Octal | 7 | 27 | 312 | 141 | 131 | 0 | 25 | 353 | 135 | 51 |
| Binary | 111 | 10111 | 11001010 | 1100001 | 1011001 | 0 | 10101 | 11101011 | 1011101 | 101001 |
Color Harmonies of #0717CA
Complementary color
Monochromatic Colors of #0717CA
Black with #0717CA
Text Example
Text Example
White with #0717CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0717CA; }
p { color: rgb(7,23,202); }
H1.HeaderClassName
{
color: #0717CA;
}
.AnyTagClassName
{
color: #0717CA;
}
</style>
background-color css
<style>
a { background-color: #0717CA; }
a { background-color: rgb(7,23,202); }
div.DivClassName
{
background-color: #0717CA;
}
.BgClassName
{
background-color: #0717CA;
}
</style>
border-color css
<style>
span { border-color: #0717CA; }
span { border-color: rgb(7,23,202); }
td.TdClassName
{
border-color: #0717CA;
}
.TagClassName
{
border-color: #0717CA;
}
</style>