Shades of Cornflower Blue #718FDD
Tints of Cornflower Blue #718FDD
RGB
CMYK
RGB Variations
Color information
#718FDD (or 0x718FDD) is known color: Cornflower Blue. HEX triplet: 71, 8F and DD. RGB value is (113,143,221). Sum of RGB (Red+Green+Blue) = 113+143+221=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #718FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FDD is #8E7022. Grayscale: #8E8E8E. Windows color (decimal): -9334819 or 14520177. OLE color: 14520177.
HSL color Cylindrical-coordinate representation of color #718FDD: hue angle of 223.33º 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 #718FDD is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 143 | 221 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.13 |
| HSL | 223.33º | 0.61% | 0.65% | - |
| HSV(B) | 223.33º | 0.49% | 0.87% | - |
| XYZ | 29.68 | 28.38 | 72.32 | - |
| YUV | 142.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 221 | 0.49 | 0.35 | 0 | 0.13 | 223.33 | 0.61 | 0.65 |
| Hex | 71 | 8F | DD | 31 | 23 | 0 | D | DF | 3D | 41 |
| Octal | 161 | 217 | 335 | 61 | 43 | 0 | 15 | 337 | 75 | 101 |
| Binary | 1110001 | 10001111 | 11011101 | 110001 | 100011 | 0 | 1101 | 11011111 | 111101 | 1000001 |
Color Harmonies of #718FDD
Complementary color
Monochromatic Colors of #718FDD
Black with #718FDD
Text Example
Text Example
White with #718FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FDD; }
p { color: rgb(113,143,221); }
H1.HeaderClassName
{
color: #718FDD;
}
.AnyTagClassName
{
color: #718FDD;
}
</style>
background-color css
<style>
a { background-color: #718FDD; }
a { background-color: rgb(113,143,221); }
div.DivClassName
{
background-color: #718FDD;
}
.BgClassName
{
background-color: #718FDD;
}
</style>
border-color css
<style>
span { border-color: #718FDD; }
span { border-color: rgb(113,143,221); }
td.TdClassName
{
border-color: #718FDD;
}
.TagClassName
{
border-color: #718FDD;
}
</style>