Shades of Medium Blue #0716DF
Tints of Medium Blue #0716DF
RGB
CMYK
RGB Variations
Color information
#0716DF (or 0x0716DF) is known color: Medium Blue. HEX triplet: 07, 16 and DF. RGB value is (7,22,223). Sum of RGB (Red+Green+Blue) = 7+22+223=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 223 (87.5% from 255 or 88.49% from 252); Max value from RGB is 223 - color contains mainly: blue. Hex color #0716DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0716DF is #F8E920. Grayscale: #272727. Windows color (decimal): -16312609 or 14620167. OLE color: 14620167.
HSL color Cylindrical-coordinate representation of color #0716DF: hue angle of 235.83º 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 #0716DF is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 22 | 223 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.13 |
| HSL | 235.83º | 0.94% | 0.45% | - |
| HSV(B) | 235.83º | 0.97% | 0.87% | - |
| XYZ | 13.69 | 5.95 | 70.24 | - |
| YUV | 40.43 | 231.03 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 223 | 0.97 | 0.90 | 0 | 0.13 | 235.83 | 0.94 | 0.45 |
| Hex | 7 | 16 | DF | 61 | 5A | 0 | D | EC | 5E | 2D |
| Octal | 7 | 26 | 337 | 141 | 132 | 0 | 15 | 354 | 136 | 55 |
| Binary | 111 | 10110 | 11011111 | 1100001 | 1011010 | 0 | 1101 | 11101100 | 1011110 | 101101 |
Color Harmonies of #0716DF
Complementary color
Monochromatic Colors of #0716DF
Black with #0716DF
Text Example
Text Example
White with #0716DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0716DF; }
p { color: rgb(7,22,223); }
H1.HeaderClassName
{
color: #0716DF;
}
.AnyTagClassName
{
color: #0716DF;
}
</style>
background-color css
<style>
a { background-color: #0716DF; }
a { background-color: rgb(7,22,223); }
div.DivClassName
{
background-color: #0716DF;
}
.BgClassName
{
background-color: #0716DF;
}
</style>
border-color css
<style>
span { border-color: #0716DF; }
span { border-color: rgb(7,22,223); }
td.TdClassName
{
border-color: #0716DF;
}
.TagClassName
{
border-color: #0716DF;
}
</style>