Shades of Medium Blue #0710C3
Tints of Medium Blue #0710C3
RGB
CMYK
RGB Variations
Color information
#0710C3 (or 0x0710C3) is known color: Medium Blue. HEX triplet: 07, 10 and C3. RGB value is (7,16,195). Sum of RGB (Red+Green+Blue) = 7+16+195=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 195 (76.56% from 255 or 89.45% from 218); Max value from RGB is 195 - color contains mainly: blue. Hex color #0710C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0710C3 is #F8EF3C. Grayscale: #202020. Windows color (decimal): -16314173 or 12783623. OLE color: 12783623.
HSL color Cylindrical-coordinate representation of color #0710C3: hue angle of 237.13º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0710C3 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 16 | 195 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.24 |
| HSL | 237.13º | 0.93% | 0.4% | - |
| HSV(B) | 237.13º | 0.96% | 0.76% | - |
| XYZ | 10.12 | 4.36 | 51.94 | - |
| YUV | 33.72 | 219.02 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 195 | 0.96 | 0.92 | 0 | 0.24 | 237.13 | 0.93 | 0.4 |
| Hex | 7 | 10 | C3 | 60 | 5C | 0 | 18 | ED | 5D | 28 |
| Octal | 7 | 20 | 303 | 140 | 134 | 0 | 30 | 355 | 135 | 50 |
| Binary | 111 | 10000 | 11000011 | 1100000 | 1011100 | 0 | 11000 | 11101101 | 1011101 | 101000 |
Color Harmonies of #0710C3
Complementary color
Monochromatic Colors of #0710C3
Black with #0710C3
Text Example
Text Example
White with #0710C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0710C3; }
p { color: rgb(7,16,195); }
H1.HeaderClassName
{
color: #0710C3;
}
.AnyTagClassName
{
color: #0710C3;
}
</style>
background-color css
<style>
a { background-color: #0710C3; }
a { background-color: rgb(7,16,195); }
div.DivClassName
{
background-color: #0710C3;
}
.BgClassName
{
background-color: #0710C3;
}
</style>
border-color css
<style>
span { border-color: #0710C3; }
span { border-color: rgb(7,16,195); }
td.TdClassName
{
border-color: #0710C3;
}
.TagClassName
{
border-color: #0710C3;
}
</style>