Shades of Medium Blue #0710BF
Tints of Medium Blue #0710BF
RGB
CMYK
RGB Variations
Color information
#0710BF (or 0x0710BF) is known color: Medium Blue. HEX triplet: 07, 10 and BF. RGB value is (7,16,191). Sum of RGB (Red+Green+Blue) = 7+16+191=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 191 (75% from 255 or 89.25% from 214); Max value from RGB is 191 - color contains mainly: blue. Hex color #0710BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0710BF is #F8EF40. Grayscale: #202020. Windows color (decimal): -16314177 or 12521479. OLE color: 12521479.
HSL color Cylindrical-coordinate representation of color #0710BF: hue angle of 237.07º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0710BF is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 16 | 191 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.25 |
| HSL | 237.07º | 0.93% | 0.39% | - |
| HSV(B) | 237.07º | 0.96% | 0.75% | - |
| XYZ | 9.68 | 4.18 | 49.59 | - |
| YUV | 33.26 | 217.02 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 191 | 0.96 | 0.92 | 0 | 0.25 | 237.07 | 0.93 | 0.39 |
| Hex | 7 | 10 | BF | 60 | 5C | 0 | 19 | ED | 5D | 27 |
| Octal | 7 | 20 | 277 | 140 | 134 | 0 | 31 | 355 | 135 | 47 |
| Binary | 111 | 10000 | 10111111 | 1100000 | 1011100 | 0 | 11001 | 11101101 | 1011101 | 100111 |
Color Harmonies of #0710BF
Complementary color
Monochromatic Colors of #0710BF
Black with #0710BF
Text Example
Text Example
White with #0710BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0710BF; }
p { color: rgb(7,16,191); }
H1.HeaderClassName
{
color: #0710BF;
}
.AnyTagClassName
{
color: #0710BF;
}
</style>
background-color css
<style>
a { background-color: #0710BF; }
a { background-color: rgb(7,16,191); }
div.DivClassName
{
background-color: #0710BF;
}
.BgClassName
{
background-color: #0710BF;
}
</style>
border-color css
<style>
span { border-color: #0710BF; }
span { border-color: rgb(7,16,191); }
td.TdClassName
{
border-color: #0710BF;
}
.TagClassName
{
border-color: #0710BF;
}
</style>