Shades of Medium Blue #0717CB
Tints of Medium Blue #0717CB
RGB
CMYK
RGB Variations
Color information
#0717CB (or 0x0717CB) is known color: Medium Blue. HEX triplet: 07, 17 and CB. RGB value is (7,23,203). Sum of RGB (Red+Green+Blue) = 7+23+203=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 203 (79.69% from 255 or 87.12% from 233); Max value from RGB is 203 - color contains mainly: blue. Hex color #0717CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0717CB is #F8E834. Grayscale: #262626. Windows color (decimal): -16312373 or 13309703. OLE color: 13309703.
HSL color Cylindrical-coordinate representation of color #0717CB: hue angle of 235.1º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0717CB is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 23 | 203 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.20 |
| HSL | 235.1º | 0.93% | 0.41% | - |
| HSV(B) | 235.1º | 0.97% | 0.8% | - |
| XYZ | 11.17 | 4.97 | 56.87 | - |
| YUV | 38.74 | 220.7 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 203 | 0.97 | 0.89 | 0 | 0.20 | 235.1 | 0.93 | 0.41 |
| Hex | 7 | 17 | CB | 61 | 59 | 0 | 14 | EB | 5D | 29 |
| Octal | 7 | 27 | 313 | 141 | 131 | 0 | 24 | 353 | 135 | 51 |
| Binary | 111 | 10111 | 11001011 | 1100001 | 1011001 | 0 | 10100 | 11101011 | 1011101 | 101001 |
Color Harmonies of #0717CB
Complementary color
Monochromatic Colors of #0717CB
Black with #0717CB
Text Example
Text Example
White with #0717CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0717CB; }
p { color: rgb(7,23,203); }
H1.HeaderClassName
{
color: #0717CB;
}
.AnyTagClassName
{
color: #0717CB;
}
</style>
background-color css
<style>
a { background-color: #0717CB; }
a { background-color: rgb(7,23,203); }
div.DivClassName
{
background-color: #0717CB;
}
.BgClassName
{
background-color: #0717CB;
}
</style>
border-color css
<style>
span { border-color: #0717CB; }
span { border-color: rgb(7,23,203); }
td.TdClassName
{
border-color: #0717CB;
}
.TagClassName
{
border-color: #0717CB;
}
</style>