Shades of Cornflower Blue #718FDC
Tints of Cornflower Blue #718FDC
RGB
CMYK
RGB Variations
Color information
#718FDC (or 0x718FDC) is known color: Cornflower Blue. HEX triplet: 71, 8F and DC. RGB value is (113,143,220). Sum of RGB (Red+Green+Blue) = 113+143+220=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #718FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FDC is #8E7023. Grayscale: #8E8E8E. Windows color (decimal): -9334820 or 14454641. OLE color: 14454641.
HSL color Cylindrical-coordinate representation of color #718FDC: hue angle of 223.18º 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 #718FDC is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 143 | 220 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.14 |
| HSL | 223.18º | 0.6% | 0.65% | - |
| HSV(B) | 223.18º | 0.49% | 0.86% | - |
| XYZ | 29.55 | 28.32 | 71.62 | - |
| YUV | 142.81 | 171.56 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 220 | 0.49 | 0.35 | 0 | 0.14 | 223.18 | 0.6 | 0.65 |
| Hex | 71 | 8F | DC | 31 | 23 | 0 | E | DF | 3C | 41 |
| Octal | 161 | 217 | 334 | 61 | 43 | 0 | 16 | 337 | 74 | 101 |
| Binary | 1110001 | 10001111 | 11011100 | 110001 | 100011 | 0 | 1110 | 11011111 | 111100 | 1000001 |
Color Harmonies of #718FDC
Complementary color
Monochromatic Colors of #718FDC
Black with #718FDC
Text Example
Text Example
White with #718FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FDC; }
p { color: rgb(113,143,220); }
H1.HeaderClassName
{
color: #718FDC;
}
.AnyTagClassName
{
color: #718FDC;
}
</style>
background-color css
<style>
a { background-color: #718FDC; }
a { background-color: rgb(113,143,220); }
div.DivClassName
{
background-color: #718FDC;
}
.BgClassName
{
background-color: #718FDC;
}
</style>
border-color css
<style>
span { border-color: #718FDC; }
span { border-color: rgb(113,143,220); }
td.TdClassName
{
border-color: #718FDC;
}
.TagClassName
{
border-color: #718FDC;
}
</style>