Shades of Cornflower Blue #718BDA
Tints of Cornflower Blue #718BDA
RGB
CMYK
RGB Variations
Color information
#718BDA (or 0x718BDA) is known color: Cornflower Blue. HEX triplet: 71, 8B and DA. RGB value is (113,139,218). Sum of RGB (Red+Green+Blue) = 113+139+218=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #718BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BDA is #8E7425. Grayscale: #8B8B8B. Windows color (decimal): -9335846 or 14322545. OLE color: 14322545.
HSL color Cylindrical-coordinate representation of color #718BDA: hue angle of 225.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #718BDA is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 139 | 218 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.15 |
| HSL | 225.14º | 0.59% | 0.65% | - |
| HSV(B) | 225.14º | 0.48% | 0.85% | - |
| XYZ | 28.7 | 27.04 | 70.04 | - |
| YUV | 140.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 218 | 0.48 | 0.36 | 0 | 0.15 | 225.14 | 0.59 | 0.65 |
| Hex | 71 | 8B | DA | 30 | 24 | 0 | F | E1 | 3B | 41 |
| Octal | 161 | 213 | 332 | 60 | 44 | 0 | 17 | 341 | 73 | 101 |
| Binary | 1110001 | 10001011 | 11011010 | 110000 | 100100 | 0 | 1111 | 11100001 | 111011 | 1000001 |
Color Harmonies of #718BDA
Complementary color
Monochromatic Colors of #718BDA
Black with #718BDA
Text Example
Text Example
White with #718BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BDA; }
p { color: rgb(113,139,218); }
H1.HeaderClassName
{
color: #718BDA;
}
.AnyTagClassName
{
color: #718BDA;
}
</style>
background-color css
<style>
a { background-color: #718BDA; }
a { background-color: rgb(113,139,218); }
div.DivClassName
{
background-color: #718BDA;
}
.BgClassName
{
background-color: #718BDA;
}
</style>
border-color css
<style>
span { border-color: #718BDA; }
span { border-color: rgb(113,139,218); }
td.TdClassName
{
border-color: #718BDA;
}
.TagClassName
{
border-color: #718BDA;
}
</style>