Shades of Cornflower Blue #718AD6
Tints of Cornflower Blue #718AD6
RGB
CMYK
RGB Variations
Color information
#718AD6 (or 0x718AD6) is known color: Cornflower Blue. HEX triplet: 71, 8A and D6. RGB value is (113,138,214). Sum of RGB (Red+Green+Blue) = 113+138+214=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #718AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718AD6 is #8E7529. Grayscale: #8A8A8A. Windows color (decimal): -9336106 or 14060145. OLE color: 14060145.
HSL color Cylindrical-coordinate representation of color #718AD6: hue angle of 225.15º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #718AD6 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 138 | 214 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.16 |
| HSL | 225.15º | 0.55% | 0.64% | - |
| HSV(B) | 225.15º | 0.47% | 0.84% | - |
| XYZ | 28.04 | 26.54 | 67.26 | - |
| YUV | 139.19 | 170.22 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 214 | 0.47 | 0.36 | 0 | 0.16 | 225.15 | 0.55 | 0.64 |
| Hex | 71 | 8A | D6 | 2F | 24 | 0 | 10 | E1 | 37 | 40 |
| Octal | 161 | 212 | 326 | 57 | 44 | 0 | 20 | 341 | 67 | 100 |
| Binary | 1110001 | 10001010 | 11010110 | 101111 | 100100 | 0 | 10000 | 11100001 | 110111 | 1000000 |
Color Harmonies of #718AD6
Complementary color
Monochromatic Colors of #718AD6
Black with #718AD6
Text Example
Text Example
White with #718AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718AD6; }
p { color: rgb(113,138,214); }
H1.HeaderClassName
{
color: #718AD6;
}
.AnyTagClassName
{
color: #718AD6;
}
</style>
background-color css
<style>
a { background-color: #718AD6; }
a { background-color: rgb(113,138,214); }
div.DivClassName
{
background-color: #718AD6;
}
.BgClassName
{
background-color: #718AD6;
}
</style>
border-color css
<style>
span { border-color: #718AD6; }
span { border-color: rgb(113,138,214); }
td.TdClassName
{
border-color: #718AD6;
}
.TagClassName
{
border-color: #718AD6;
}
</style>