Shades of Medium Blue #0717DF
Tints of Medium Blue #0717DF
RGB
CMYK
RGB Variations
Color information
#0717DF (or 0x0717DF) is known color: Medium Blue. HEX triplet: 07, 17 and DF. RGB value is (7,23,223). Sum of RGB (Red+Green+Blue) = 7+23+223=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 223 (87.5% from 255 or 88.14% from 253); Max value from RGB is 223 - color contains mainly: blue. Hex color #0717DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0717DF is #F8E820. Grayscale: #282828. Windows color (decimal): -16312353 or 14620423. OLE color: 14620423.
HSL color Cylindrical-coordinate representation of color #0717DF: hue angle of 235.56º 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 #0717DF is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 23 | 223 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.13 |
| HSL | 235.56º | 0.94% | 0.45% | - |
| HSV(B) | 235.56º | 0.97% | 0.87% | - |
| XYZ | 13.71 | 5.99 | 70.24 | - |
| YUV | 41.02 | 230.7 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 223 | 0.97 | 0.90 | 0 | 0.13 | 235.56 | 0.94 | 0.45 |
| Hex | 7 | 17 | DF | 61 | 5A | 0 | D | EC | 5E | 2D |
| Octal | 7 | 27 | 337 | 141 | 132 | 0 | 15 | 354 | 136 | 55 |
| Binary | 111 | 10111 | 11011111 | 1100001 | 1011010 | 0 | 1101 | 11101100 | 1011110 | 101101 |
Color Harmonies of #0717DF
Complementary color
Monochromatic Colors of #0717DF
Black with #0717DF
Text Example
Text Example
White with #0717DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0717DF; }
p { color: rgb(7,23,223); }
H1.HeaderClassName
{
color: #0717DF;
}
.AnyTagClassName
{
color: #0717DF;
}
</style>
background-color css
<style>
a { background-color: #0717DF; }
a { background-color: rgb(7,23,223); }
div.DivClassName
{
background-color: #0717DF;
}
.BgClassName
{
background-color: #0717DF;
}
</style>
border-color css
<style>
span { border-color: #0717DF; }
span { border-color: rgb(7,23,223); }
td.TdClassName
{
border-color: #0717DF;
}
.TagClassName
{
border-color: #0717DF;
}
</style>