Shades of Cornflower Blue #718ADD
Tints of Cornflower Blue #718ADD
RGB
CMYK
RGB Variations
Color information
#718ADD (or 0x718ADD) is known color: Cornflower Blue. HEX triplet: 71, 8A and DD. RGB value is (113,138,221). Sum of RGB (Red+Green+Blue) = 113+138+221=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #718ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ADD is #8E7522. Grayscale: #8B8B8B. Windows color (decimal): -9336099 or 14518897. OLE color: 14518897.
HSL color Cylindrical-coordinate representation of color #718ADD: hue angle of 226.11º 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 #718ADD is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 138 | 221 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.13 |
| HSL | 226.11º | 0.61% | 0.65% | - |
| HSV(B) | 226.11º | 0.49% | 0.87% | - |
| XYZ | 28.95 | 26.91 | 72.07 | - |
| YUV | 139.99 | 173.72 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 221 | 0.49 | 0.38 | 0 | 0.13 | 226.11 | 0.61 | 0.65 |
| Hex | 71 | 8A | DD | 31 | 26 | 0 | D | E2 | 3D | 41 |
| Octal | 161 | 212 | 335 | 61 | 46 | 0 | 15 | 342 | 75 | 101 |
| Binary | 1110001 | 10001010 | 11011101 | 110001 | 100110 | 0 | 1101 | 11100010 | 111101 | 1000001 |
Color Harmonies of #718ADD
Complementary color
Monochromatic Colors of #718ADD
Black with #718ADD
Text Example
Text Example
White with #718ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718ADD; }
p { color: rgb(113,138,221); }
H1.HeaderClassName
{
color: #718ADD;
}
.AnyTagClassName
{
color: #718ADD;
}
</style>
background-color css
<style>
a { background-color: #718ADD; }
a { background-color: rgb(113,138,221); }
div.DivClassName
{
background-color: #718ADD;
}
.BgClassName
{
background-color: #718ADD;
}
</style>
border-color css
<style>
span { border-color: #718ADD; }
span { border-color: rgb(113,138,221); }
td.TdClassName
{
border-color: #718ADD;
}
.TagClassName
{
border-color: #718ADD;
}
</style>