Shades of Medium Blue #0717C9
Tints of Medium Blue #0717C9
RGB
CMYK
RGB Variations
Color information
#0717C9 (or 0x0717C9) is known color: Medium Blue. HEX triplet: 07, 17 and C9. RGB value is (7,23,201). Sum of RGB (Red+Green+Blue) = 7+23+201=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 201 (78.91% from 255 or 87.01% from 231); Max value from RGB is 201 - color contains mainly: blue. Hex color #0717C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0717C9 is #F8E836. Grayscale: #252525. Windows color (decimal): -16312375 or 13178631. OLE color: 13178631.
HSL color Cylindrical-coordinate representation of color #0717C9: hue angle of 235.05º 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 #0717C9 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 23 | 201 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.21 |
| HSL | 235.05º | 0.93% | 0.41% | - |
| HSV(B) | 235.05º | 0.97% | 0.79% | - |
| XYZ | 10.94 | 4.88 | 55.62 | - |
| YUV | 38.51 | 219.7 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 201 | 0.97 | 0.89 | 0 | 0.21 | 235.05 | 0.93 | 0.41 |
| Hex | 7 | 17 | C9 | 61 | 59 | 0 | 15 | EB | 5D | 29 |
| Octal | 7 | 27 | 311 | 141 | 131 | 0 | 25 | 353 | 135 | 51 |
| Binary | 111 | 10111 | 11001001 | 1100001 | 1011001 | 0 | 10101 | 11101011 | 1011101 | 101001 |
Color Harmonies of #0717C9
Complementary color
Monochromatic Colors of #0717C9
Black with #0717C9
Text Example
Text Example
White with #0717C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0717C9; }
p { color: rgb(7,23,201); }
H1.HeaderClassName
{
color: #0717C9;
}
.AnyTagClassName
{
color: #0717C9;
}
</style>
background-color css
<style>
a { background-color: #0717C9; }
a { background-color: rgb(7,23,201); }
div.DivClassName
{
background-color: #0717C9;
}
.BgClassName
{
background-color: #0717C9;
}
</style>
border-color css
<style>
span { border-color: #0717C9; }
span { border-color: rgb(7,23,201); }
td.TdClassName
{
border-color: #0717C9;
}
.TagClassName
{
border-color: #0717C9;
}
</style>