Shades of Medium Blue #0711DD
Tints of Medium Blue #0711DD
RGB
CMYK
RGB Variations
Color information
#0711DD (or 0x0711DD) is known color: Medium Blue. HEX triplet: 07, 11 and DD. RGB value is (7,17,221). Sum of RGB (Red+Green+Blue) = 7+17+221=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 221 (86.72% from 255 or 90.20% from 245); Max value from RGB is 221 - color contains mainly: blue. Hex color #0711DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0711DD is #F8EE22. Grayscale: #242424. Windows color (decimal): -16313891 or 14487815. OLE color: 14487815.
HSL color Cylindrical-coordinate representation of color #0711DD: hue angle of 237.2º 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 #0711DD is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 17 | 221 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.13 |
| HSL | 237.2º | 0.94% | 0.45% | - |
| HSV(B) | 237.2º | 0.97% | 0.87% | - |
| XYZ | 13.34 | 5.67 | 68.8 | - |
| YUV | 37.27 | 231.69 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 221 | 0.97 | 0.92 | 0 | 0.13 | 237.2 | 0.94 | 0.45 |
| Hex | 7 | 11 | DD | 61 | 5C | 0 | D | ED | 5E | 2D |
| Octal | 7 | 21 | 335 | 141 | 134 | 0 | 15 | 355 | 136 | 55 |
| Binary | 111 | 10001 | 11011101 | 1100001 | 1011100 | 0 | 1101 | 11101101 | 1011110 | 101101 |
Color Harmonies of #0711DD
Complementary color
Monochromatic Colors of #0711DD
Black with #0711DD
Text Example
Text Example
White with #0711DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0711DD; }
p { color: rgb(7,17,221); }
H1.HeaderClassName
{
color: #0711DD;
}
.AnyTagClassName
{
color: #0711DD;
}
</style>
background-color css
<style>
a { background-color: #0711DD; }
a { background-color: rgb(7,17,221); }
div.DivClassName
{
background-color: #0711DD;
}
.BgClassName
{
background-color: #0711DD;
}
</style>
border-color css
<style>
span { border-color: #0711DD; }
span { border-color: rgb(7,17,221); }
td.TdClassName
{
border-color: #0711DD;
}
.TagClassName
{
border-color: #0711DD;
}
</style>