Shades of Medium Blue #0710B5
Tints of Medium Blue #0710B5
RGB
CMYK
RGB Variations
Color information
#0710B5 (or 0x0710B5) is known color: Medium Blue. HEX triplet: 07, 10 and B5. RGB value is (7,16,181). Sum of RGB (Red+Green+Blue) = 7+16+181=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 181 (71.09% from 255 or 88.73% from 204); Max value from RGB is 181 - color contains mainly: blue. Hex color #0710B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0710B5 is #F8EF4A. Grayscale: #1F1F1F. Windows color (decimal): -16314187 or 11866119. OLE color: 11866119.
HSL color Cylindrical-coordinate representation of color #0710B5: hue angle of 236.9º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0710B5 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 16 | 181 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.29 |
| HSL | 236.9º | 0.93% | 0.37% | - |
| HSV(B) | 236.9º | 0.96% | 0.71% | - |
| XYZ | 8.61 | 3.75 | 43.99 | - |
| YUV | 32.12 | 212.02 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 181 | 0.96 | 0.91 | 0 | 0.29 | 236.9 | 0.93 | 0.37 |
| Hex | 7 | 10 | B5 | 60 | 5B | 0 | 1D | ED | 5D | 25 |
| Octal | 7 | 20 | 265 | 140 | 133 | 0 | 35 | 355 | 135 | 45 |
| Binary | 111 | 10000 | 10110101 | 1100000 | 1011011 | 0 | 11101 | 11101101 | 1011101 | 100101 |
Color Harmonies of #0710B5
Complementary color
Monochromatic Colors of #0710B5
Black with #0710B5
Text Example
Text Example
White with #0710B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0710B5; }
p { color: rgb(7,16,181); }
H1.HeaderClassName
{
color: #0710B5;
}
.AnyTagClassName
{
color: #0710B5;
}
</style>
background-color css
<style>
a { background-color: #0710B5; }
a { background-color: rgb(7,16,181); }
div.DivClassName
{
background-color: #0710B5;
}
.BgClassName
{
background-color: #0710B5;
}
</style>
border-color css
<style>
span { border-color: #0710B5; }
span { border-color: rgb(7,16,181); }
td.TdClassName
{
border-color: #0710B5;
}
.TagClassName
{
border-color: #0710B5;
}
</style>