Shades of Medium Blue #0711DF
Tints of Medium Blue #0711DF
RGB
CMYK
RGB Variations
Color information
#0711DF (or 0x0711DF) is known color: Medium Blue. HEX triplet: 07, 11 and DF. RGB value is (7,17,223). Sum of RGB (Red+Green+Blue) = 7+17+223=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 223 (87.5% from 255 or 90.28% from 247); Max value from RGB is 223 - color contains mainly: blue. Hex color #0711DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0711DF is #F8EE20. Grayscale: #242424. Windows color (decimal): -16313889 or 14618887. OLE color: 14618887.
HSL color Cylindrical-coordinate representation of color #0711DF: hue angle of 237.22º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0711DF is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 17 | 223 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.13 |
| HSL | 237.22º | 0.94% | 0.45% | - |
| HSV(B) | 237.22º | 0.97% | 0.87% | - |
| XYZ | 13.61 | 5.77 | 70.21 | - |
| YUV | 37.49 | 232.69 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 223 | 0.97 | 0.92 | 0 | 0.13 | 237.22 | 0.94 | 0.45 |
| Hex | 7 | 11 | DF | 61 | 5C | 0 | D | ED | 5E | 2D |
| Octal | 7 | 21 | 337 | 141 | 134 | 0 | 15 | 355 | 136 | 55 |
| Binary | 111 | 10001 | 11011111 | 1100001 | 1011100 | 0 | 1101 | 11101101 | 1011110 | 101101 |
Color Harmonies of #0711DF
Complementary color
Monochromatic Colors of #0711DF
Black with #0711DF
Text Example
Text Example
White with #0711DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0711DF; }
p { color: rgb(7,17,223); }
H1.HeaderClassName
{
color: #0711DF;
}
.AnyTagClassName
{
color: #0711DF;
}
</style>
background-color css
<style>
a { background-color: #0711DF; }
a { background-color: rgb(7,17,223); }
div.DivClassName
{
background-color: #0711DF;
}
.BgClassName
{
background-color: #0711DF;
}
</style>
border-color css
<style>
span { border-color: #0711DF; }
span { border-color: rgb(7,17,223); }
td.TdClassName
{
border-color: #0711DF;
}
.TagClassName
{
border-color: #0711DF;
}
</style>