Shades of Medium Blue #0717DA
Tints of Medium Blue #0717DA
RGB
CMYK
RGB Variations
Color information
#0717DA (or 0x0717DA) is known color: Medium Blue. HEX triplet: 07, 17 and DA. RGB value is (7,23,218). Sum of RGB (Red+Green+Blue) = 7+23+218=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 218 (85.55% from 255 or 87.90% from 248); Max value from RGB is 218 - color contains mainly: blue. Hex color #0717DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0717DA is #F8E825. Grayscale: #272727. Windows color (decimal): -16312358 or 14292743. OLE color: 14292743.
HSL color Cylindrical-coordinate representation of color #0717DA: hue angle of 235.45º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0717DA is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 23 | 218 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.15 |
| HSL | 235.45º | 0.94% | 0.44% | - |
| HSV(B) | 235.45º | 0.97% | 0.85% | - |
| XYZ | 13.05 | 5.72 | 66.75 | - |
| YUV | 40.45 | 228.2 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 218 | 0.97 | 0.89 | 0 | 0.15 | 235.45 | 0.94 | 0.44 |
| Hex | 7 | 17 | DA | 61 | 59 | 0 | F | EB | 5E | 2C |
| Octal | 7 | 27 | 332 | 141 | 131 | 0 | 17 | 353 | 136 | 54 |
| Binary | 111 | 10111 | 11011010 | 1100001 | 1011001 | 0 | 1111 | 11101011 | 1011110 | 101100 |
Color Harmonies of #0717DA
Complementary color
Monochromatic Colors of #0717DA
Black with #0717DA
Text Example
Text Example
White with #0717DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0717DA; }
p { color: rgb(7,23,218); }
H1.HeaderClassName
{
color: #0717DA;
}
.AnyTagClassName
{
color: #0717DA;
}
</style>
background-color css
<style>
a { background-color: #0717DA; }
a { background-color: rgb(7,23,218); }
div.DivClassName
{
background-color: #0717DA;
}
.BgClassName
{
background-color: #0717DA;
}
</style>
border-color css
<style>
span { border-color: #0717DA; }
span { border-color: rgb(7,23,218); }
td.TdClassName
{
border-color: #0717DA;
}
.TagClassName
{
border-color: #0717DA;
}
</style>