Shades of Medium Blue #0710DE
Tints of Medium Blue #0710DE
RGB
CMYK
RGB Variations
Color information
#0710DE (or 0x0710DE) is known color: Medium Blue. HEX triplet: 07, 10 and DE. RGB value is (7,16,222). Sum of RGB (Red+Green+Blue) = 7+16+222=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 222 (87.11% from 255 or 90.61% from 245); Max value from RGB is 222 - color contains mainly: blue. Hex color #0710DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0710DE is #F8EF21. Grayscale: #232323. Windows color (decimal): -16314146 or 14553095. OLE color: 14553095.
HSL color Cylindrical-coordinate representation of color #0710DE: hue angle of 237.49º 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 #0710DE is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 16 | 222 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.13 |
| HSL | 237.49º | 0.94% | 0.45% | - |
| HSV(B) | 237.49º | 0.97% | 0.87% | - |
| XYZ | 13.46 | 5.69 | 69.5 | - |
| YUV | 36.79 | 232.52 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 222 | 0.97 | 0.93 | 0 | 0.13 | 237.49 | 0.94 | 0.45 |
| Hex | 7 | 10 | DE | 61 | 5D | 0 | D | ED | 5E | 2D |
| Octal | 7 | 20 | 336 | 141 | 135 | 0 | 15 | 355 | 136 | 55 |
| Binary | 111 | 10000 | 11011110 | 1100001 | 1011101 | 0 | 1101 | 11101101 | 1011110 | 101101 |
Color Harmonies of #0710DE
Complementary color
Monochromatic Colors of #0710DE
Black with #0710DE
Text Example
Text Example
White with #0710DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0710DE; }
p { color: rgb(7,16,222); }
H1.HeaderClassName
{
color: #0710DE;
}
.AnyTagClassName
{
color: #0710DE;
}
</style>
background-color css
<style>
a { background-color: #0710DE; }
a { background-color: rgb(7,16,222); }
div.DivClassName
{
background-color: #0710DE;
}
.BgClassName
{
background-color: #0710DE;
}
</style>
border-color css
<style>
span { border-color: #0710DE; }
span { border-color: rgb(7,16,222); }
td.TdClassName
{
border-color: #0710DE;
}
.TagClassName
{
border-color: #0710DE;
}
</style>