Shades of Medium Blue #0715DF
Tints of Medium Blue #0715DF
RGB
CMYK
RGB Variations
Color information
#0715DF (or 0x0715DF) is known color: Medium Blue. HEX triplet: 07, 15 and DF. RGB value is (7,21,223). Sum of RGB (Red+Green+Blue) = 7+21+223=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 223 (87.5% from 255 or 88.84% from 251); Max value from RGB is 223 - color contains mainly: blue. Hex color #0715DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0715DF is #F8EA20. Grayscale: #272727. Windows color (decimal): -16312865 or 14619911. OLE color: 14619911.
HSL color Cylindrical-coordinate representation of color #0715DF: hue angle of 236.11º 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 #0715DF is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 21 | 223 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.13 |
| HSL | 236.11º | 0.94% | 0.45% | - |
| HSV(B) | 236.11º | 0.97% | 0.87% | - |
| XYZ | 13.68 | 5.91 | 70.23 | - |
| YUV | 39.84 | 231.36 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 223 | 0.97 | 0.91 | 0 | 0.13 | 236.11 | 0.94 | 0.45 |
| Hex | 7 | 15 | DF | 61 | 5B | 0 | D | EC | 5E | 2D |
| Octal | 7 | 25 | 337 | 141 | 133 | 0 | 15 | 354 | 136 | 55 |
| Binary | 111 | 10101 | 11011111 | 1100001 | 1011011 | 0 | 1101 | 11101100 | 1011110 | 101101 |
Color Harmonies of #0715DF
Complementary color
Monochromatic Colors of #0715DF
Black with #0715DF
Text Example
Text Example
White with #0715DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0715DF; }
p { color: rgb(7,21,223); }
H1.HeaderClassName
{
color: #0715DF;
}
.AnyTagClassName
{
color: #0715DF;
}
</style>
background-color css
<style>
a { background-color: #0715DF; }
a { background-color: rgb(7,21,223); }
div.DivClassName
{
background-color: #0715DF;
}
.BgClassName
{
background-color: #0715DF;
}
</style>
border-color css
<style>
span { border-color: #0715DF; }
span { border-color: rgb(7,21,223); }
td.TdClassName
{
border-color: #0715DF;
}
.TagClassName
{
border-color: #0715DF;
}
</style>