Shades of Medium Blue #0718DA
Tints of Medium Blue #0718DA
RGB
CMYK
RGB Variations
Color information
#0718DA (or 0x0718DA) is known color: Medium Blue. HEX triplet: 07, 18 and DA. RGB value is (7,24,218). Sum of RGB (Red+Green+Blue) = 7+24+218=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 218 (85.55% from 255 or 87.55% from 249); Max value from RGB is 218 - color contains mainly: blue. Hex color #0718DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0718DA is #F8E725. Grayscale: #282828. Windows color (decimal): -16312102 or 14292999. OLE color: 14292999.
HSL color Cylindrical-coordinate representation of color #0718DA: hue angle of 235.17º 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 #0718DA is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 24 | 218 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.15 |
| HSL | 235.17º | 0.94% | 0.44% | - |
| HSV(B) | 235.17º | 0.97% | 0.85% | - |
| XYZ | 13.07 | 5.76 | 66.75 | - |
| YUV | 41.03 | 227.87 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 218 | 0.97 | 0.89 | 0 | 0.15 | 235.17 | 0.94 | 0.44 |
| Hex | 7 | 18 | DA | 61 | 59 | 0 | F | EB | 5E | 2C |
| Octal | 7 | 30 | 332 | 141 | 131 | 0 | 17 | 353 | 136 | 54 |
| Binary | 111 | 11000 | 11011010 | 1100001 | 1011001 | 0 | 1111 | 11101011 | 1011110 | 101100 |
Color Harmonies of #0718DA
Complementary color
Monochromatic Colors of #0718DA
Black with #0718DA
Text Example
Text Example
White with #0718DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0718DA; }
p { color: rgb(7,24,218); }
H1.HeaderClassName
{
color: #0718DA;
}
.AnyTagClassName
{
color: #0718DA;
}
</style>
background-color css
<style>
a { background-color: #0718DA; }
a { background-color: rgb(7,24,218); }
div.DivClassName
{
background-color: #0718DA;
}
.BgClassName
{
background-color: #0718DA;
}
</style>
border-color css
<style>
span { border-color: #0718DA; }
span { border-color: rgb(7,24,218); }
td.TdClassName
{
border-color: #0718DA;
}
.TagClassName
{
border-color: #0718DA;
}
</style>