Shades of Cornflower Blue #718AF0
Tints of Cornflower Blue #718AF0
RGB
CMYK
RGB Variations
Color information
#718AF0 (or 0x718AF0) is known color: Cornflower Blue. HEX triplet: 71, 8A and F0. RGB value is (113,138,240). Sum of RGB (Red+Green+Blue) = 113+138+240=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #718AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718AF0 is #8E750F. Grayscale: #8D8D8D. Windows color (decimal): -9336080 or 15764081. OLE color: 15764081.
HSL color Cylindrical-coordinate representation of color #718AF0: hue angle of 228.19º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #718AF0 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 138 | 240 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.06 |
| HSL | 228.19º | 0.81% | 0.69% | - |
| HSV(B) | 228.19º | 0.53% | 0.94% | - |
| XYZ | 31.63 | 27.98 | 86.17 | - |
| YUV | 142.15 | 183.22 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 240 | 0.53 | 0.42 | 0 | 0.06 | 228.19 | 0.81 | 0.69 |
| Hex | 71 | 8A | F0 | 35 | 2A | 0 | 6 | E4 | 51 | 45 |
| Octal | 161 | 212 | 360 | 65 | 52 | 0 | 6 | 344 | 121 | 105 |
| Binary | 1110001 | 10001010 | 11110000 | 110101 | 101010 | 0 | 110 | 11100100 | 1010001 | 1000101 |
Color Harmonies of #718AF0
Complementary color
Monochromatic Colors of #718AF0
Black with #718AF0
Text Example
Text Example
White with #718AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718AF0; }
p { color: rgb(113,138,240); }
H1.HeaderClassName
{
color: #718AF0;
}
.AnyTagClassName
{
color: #718AF0;
}
</style>
background-color css
<style>
a { background-color: #718AF0; }
a { background-color: rgb(113,138,240); }
div.DivClassName
{
background-color: #718AF0;
}
.BgClassName
{
background-color: #718AF0;
}
</style>
border-color css
<style>
span { border-color: #718AF0; }
span { border-color: rgb(113,138,240); }
td.TdClassName
{
border-color: #718AF0;
}
.TagClassName
{
border-color: #718AF0;
}
</style>