Shades of Medium Blue #0718BC
Tints of Medium Blue #0718BC
RGB
CMYK
RGB Variations
Color information
#0718BC (or 0x0718BC) is known color: Medium Blue. HEX triplet: 07, 18 and BC. RGB value is (7,24,188). Sum of RGB (Red+Green+Blue) = 7+24+188=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 188 (73.83% from 255 or 85.84% from 219); Max value from RGB is 188 - color contains mainly: blue. Hex color #0718BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0718BC is #F8E743. Grayscale: #242424. Windows color (decimal): -16312132 or 12326919. OLE color: 12326919.
HSL color Cylindrical-coordinate representation of color #0718BC: hue angle of 234.36º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0718BC is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 24 | 188 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.26 |
| HSL | 234.36º | 0.93% | 0.38% | - |
| HSV(B) | 234.36º | 0.96% | 0.74% | - |
| XYZ | 9.49 | 4.33 | 47.91 | - |
| YUV | 37.61 | 212.87 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 188 | 0.96 | 0.87 | 0 | 0.26 | 234.36 | 0.93 | 0.38 |
| Hex | 7 | 18 | BC | 60 | 57 | 0 | 1A | EA | 5D | 26 |
| Octal | 7 | 30 | 274 | 140 | 127 | 0 | 32 | 352 | 135 | 46 |
| Binary | 111 | 11000 | 10111100 | 1100000 | 1010111 | 0 | 11010 | 11101010 | 1011101 | 100110 |
Color Harmonies of #0718BC
Complementary color
Monochromatic Colors of #0718BC
Black with #0718BC
Text Example
Text Example
White with #0718BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0718BC; }
p { color: rgb(7,24,188); }
H1.HeaderClassName
{
color: #0718BC;
}
.AnyTagClassName
{
color: #0718BC;
}
</style>
background-color css
<style>
a { background-color: #0718BC; }
a { background-color: rgb(7,24,188); }
div.DivClassName
{
background-color: #0718BC;
}
.BgClassName
{
background-color: #0718BC;
}
</style>
border-color css
<style>
span { border-color: #0718BC; }
span { border-color: rgb(7,24,188); }
td.TdClassName
{
border-color: #0718BC;
}
.TagClassName
{
border-color: #0718BC;
}
</style>