Shades of Cornflower Blue #718ADE
Tints of Cornflower Blue #718ADE
RGB
CMYK
RGB Variations
Color information
#718ADE (or 0x718ADE) is known color: Cornflower Blue. HEX triplet: 71, 8A and DE. RGB value is (113,138,222). Sum of RGB (Red+Green+Blue) = 113+138+222=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #718ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ADE is #8E7521. Grayscale: #8B8B8B. Windows color (decimal): -9336098 or 14584433. OLE color: 14584433.
HSL color Cylindrical-coordinate representation of color #718ADE: hue angle of 226.24º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #718ADE is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 138 | 222 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.13 |
| HSL | 226.24º | 0.62% | 0.66% | - |
| HSV(B) | 226.24º | 0.49% | 0.87% | - |
| XYZ | 29.08 | 26.96 | 72.78 | - |
| YUV | 140.1 | 174.22 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 222 | 0.49 | 0.38 | 0 | 0.13 | 226.24 | 0.62 | 0.66 |
| Hex | 71 | 8A | DE | 31 | 26 | 0 | D | E2 | 3E | 42 |
| Octal | 161 | 212 | 336 | 61 | 46 | 0 | 15 | 342 | 76 | 102 |
| Binary | 1110001 | 10001010 | 11011110 | 110001 | 100110 | 0 | 1101 | 11100010 | 111110 | 1000010 |
Color Harmonies of #718ADE
Complementary color
Monochromatic Colors of #718ADE
Black with #718ADE
Text Example
Text Example
White with #718ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718ADE; }
p { color: rgb(113,138,222); }
H1.HeaderClassName
{
color: #718ADE;
}
.AnyTagClassName
{
color: #718ADE;
}
</style>
background-color css
<style>
a { background-color: #718ADE; }
a { background-color: rgb(113,138,222); }
div.DivClassName
{
background-color: #718ADE;
}
.BgClassName
{
background-color: #718ADE;
}
</style>
border-color css
<style>
span { border-color: #718ADE; }
span { border-color: rgb(113,138,222); }
td.TdClassName
{
border-color: #718ADE;
}
.TagClassName
{
border-color: #718ADE;
}
</style>