Shades of Cornflower Blue #718CDC
Tints of Cornflower Blue #718CDC
RGB
CMYK
RGB Variations
Color information
#718CDC (or 0x718CDC) is known color: Cornflower Blue. HEX triplet: 71, 8C and DC. RGB value is (113,140,220). Sum of RGB (Red+Green+Blue) = 113+140+220=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #718CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CDC is #8E7323. Grayscale: #8C8C8C. Windows color (decimal): -9335588 or 14453873. OLE color: 14453873.
HSL color Cylindrical-coordinate representation of color #718CDC: hue angle of 224.86º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #718CDC is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 140 | 220 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.14 |
| HSL | 224.86º | 0.6% | 0.65% | - |
| HSV(B) | 224.86º | 0.49% | 0.86% | - |
| XYZ | 29.11 | 27.43 | 71.47 | - |
| YUV | 141.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 220 | 0.49 | 0.36 | 0 | 0.14 | 224.86 | 0.6 | 0.65 |
| Hex | 71 | 8C | DC | 31 | 24 | 0 | E | E1 | 3C | 41 |
| Octal | 161 | 214 | 334 | 61 | 44 | 0 | 16 | 341 | 74 | 101 |
| Binary | 1110001 | 10001100 | 11011100 | 110001 | 100100 | 0 | 1110 | 11100001 | 111100 | 1000001 |
Color Harmonies of #718CDC
Complementary color
Monochromatic Colors of #718CDC
Black with #718CDC
Text Example
Text Example
White with #718CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CDC; }
p { color: rgb(113,140,220); }
H1.HeaderClassName
{
color: #718CDC;
}
.AnyTagClassName
{
color: #718CDC;
}
</style>
background-color css
<style>
a { background-color: #718CDC; }
a { background-color: rgb(113,140,220); }
div.DivClassName
{
background-color: #718CDC;
}
.BgClassName
{
background-color: #718CDC;
}
</style>
border-color css
<style>
span { border-color: #718CDC; }
span { border-color: rgb(113,140,220); }
td.TdClassName
{
border-color: #718CDC;
}
.TagClassName
{
border-color: #718CDC;
}
</style>