Shades of Medium Blue #0718CD
Tints of Medium Blue #0718CD
RGB
CMYK
RGB Variations
Color information
#0718CD (or 0x0718CD) is known color: Medium Blue. HEX triplet: 07, 18 and CD. RGB value is (7,24,205). Sum of RGB (Red+Green+Blue) = 7+24+205=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 205 (80.47% from 255 or 86.86% from 236); Max value from RGB is 205 - color contains mainly: blue. Hex color #0718CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0718CD is #F8E732. Grayscale: #262626. Windows color (decimal): -16312115 or 13441031. OLE color: 13441031.
HSL color Cylindrical-coordinate representation of color #0718CD: hue angle of 234.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0718CD is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 24 | 205 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.20 |
| HSL | 234.85º | 0.93% | 0.42% | - |
| HSV(B) | 234.85º | 0.97% | 0.8% | - |
| XYZ | 11.43 | 5.11 | 58.14 | - |
| YUV | 39.55 | 221.37 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 205 | 0.97 | 0.88 | 0 | 0.20 | 234.85 | 0.93 | 0.42 |
| Hex | 7 | 18 | CD | 61 | 58 | 0 | 14 | EB | 5D | 2A |
| Octal | 7 | 30 | 315 | 141 | 130 | 0 | 24 | 353 | 135 | 52 |
| Binary | 111 | 11000 | 11001101 | 1100001 | 1011000 | 0 | 10100 | 11101011 | 1011101 | 101010 |
Color Harmonies of #0718CD
Complementary color
Monochromatic Colors of #0718CD
Black with #0718CD
Text Example
Text Example
White with #0718CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0718CD; }
p { color: rgb(7,24,205); }
H1.HeaderClassName
{
color: #0718CD;
}
.AnyTagClassName
{
color: #0718CD;
}
</style>
background-color css
<style>
a { background-color: #0718CD; }
a { background-color: rgb(7,24,205); }
div.DivClassName
{
background-color: #0718CD;
}
.BgClassName
{
background-color: #0718CD;
}
</style>
border-color css
<style>
span { border-color: #0718CD; }
span { border-color: rgb(7,24,205); }
td.TdClassName
{
border-color: #0718CD;
}
.TagClassName
{
border-color: #0718CD;
}
</style>