Shades of Cornflower Blue #718CDD
Tints of Cornflower Blue #718CDD
RGB
CMYK
RGB Variations
Color information
#718CDD (or 0x718CDD) is known color: Cornflower Blue. HEX triplet: 71, 8C and DD. RGB value is (113,140,221). Sum of RGB (Red+Green+Blue) = 113+140+221=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #718CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CDD is #8E7322. Grayscale: #8C8C8C. Windows color (decimal): -9335587 or 14519409. OLE color: 14519409.
HSL color Cylindrical-coordinate representation of color #718CDD: hue angle of 225º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #718CDD is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 140 | 221 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.13 |
| HSL | 225º | 0.61% | 0.65% | - |
| HSV(B) | 225º | 0.49% | 0.87% | - |
| XYZ | 29.24 | 27.49 | 72.17 | - |
| YUV | 141.16 | 173.05 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 221 | 0.49 | 0.37 | 0 | 0.13 | 225 | 0.61 | 0.65 |
| Hex | 71 | 8C | DD | 31 | 25 | 0 | D | E1 | 3D | 41 |
| Octal | 161 | 214 | 335 | 61 | 45 | 0 | 15 | 341 | 75 | 101 |
| Binary | 1110001 | 10001100 | 11011101 | 110001 | 100101 | 0 | 1101 | 11100001 | 111101 | 1000001 |
Color Harmonies of #718CDD
Complementary color
Monochromatic Colors of #718CDD
Black with #718CDD
Text Example
Text Example
White with #718CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CDD; }
p { color: rgb(113,140,221); }
H1.HeaderClassName
{
color: #718CDD;
}
.AnyTagClassName
{
color: #718CDD;
}
</style>
background-color css
<style>
a { background-color: #718CDD; }
a { background-color: rgb(113,140,221); }
div.DivClassName
{
background-color: #718CDD;
}
.BgClassName
{
background-color: #718CDD;
}
</style>
border-color css
<style>
span { border-color: #718CDD; }
span { border-color: rgb(113,140,221); }
td.TdClassName
{
border-color: #718CDD;
}
.TagClassName
{
border-color: #718CDD;
}
</style>