Shades of Cornflower Blue #718AED
Tints of Cornflower Blue #718AED
RGB
CMYK
RGB Variations
Color information
#718AED (or 0x718AED) is known color: Cornflower Blue. HEX triplet: 71, 8A and ED. RGB value is (113,138,237). Sum of RGB (Red+Green+Blue) = 113+138+237=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #718AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718AED is #8E7512. Grayscale: #8D8D8D. Windows color (decimal): -9336083 or 15567473. OLE color: 15567473.
HSL color Cylindrical-coordinate representation of color #718AED: hue angle of 227.9º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #718AED is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 138 | 237 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.07 |
| HSL | 227.9º | 0.78% | 0.69% | - |
| HSV(B) | 227.9º | 0.52% | 0.93% | - |
| XYZ | 31.18 | 27.8 | 83.84 | - |
| YUV | 141.81 | 181.72 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 237 | 0.52 | 0.42 | 0 | 0.07 | 227.9 | 0.78 | 0.69 |
| Hex | 71 | 8A | ED | 34 | 2A | 0 | 7 | E4 | 4E | 45 |
| Octal | 161 | 212 | 355 | 64 | 52 | 0 | 7 | 344 | 116 | 105 |
| Binary | 1110001 | 10001010 | 11101101 | 110100 | 101010 | 0 | 111 | 11100100 | 1001110 | 1000101 |
Color Harmonies of #718AED
Complementary color
Monochromatic Colors of #718AED
Black with #718AED
Text Example
Text Example
White with #718AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718AED; }
p { color: rgb(113,138,237); }
H1.HeaderClassName
{
color: #718AED;
}
.AnyTagClassName
{
color: #718AED;
}
</style>
background-color css
<style>
a { background-color: #718AED; }
a { background-color: rgb(113,138,237); }
div.DivClassName
{
background-color: #718AED;
}
.BgClassName
{
background-color: #718AED;
}
</style>
border-color css
<style>
span { border-color: #718AED; }
span { border-color: rgb(113,138,237); }
td.TdClassName
{
border-color: #718AED;
}
.TagClassName
{
border-color: #718AED;
}
</style>