Shades of Cornflower Blue #718AF5
Tints of Cornflower Blue #718AF5
RGB
CMYK
RGB Variations
Color information
#718AF5 (or 0x718AF5) is known color: Cornflower Blue. HEX triplet: 71, 8A and F5. RGB value is (113,138,245). Sum of RGB (Red+Green+Blue) = 113+138+245=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #718AF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718AF5 is #8E750A. Grayscale: #8E8E8E. Windows color (decimal): -9336075 or 16091761. OLE color: 16091761.
HSL color Cylindrical-coordinate representation of color #718AF5: hue angle of 228.64º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #718AF5 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 138 | 245 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.04 |
| HSL | 228.64º | 0.87% | 0.7% | - |
| HSV(B) | 228.64º | 0.54% | 0.96% | - |
| XYZ | 32.38 | 28.28 | 90.14 | - |
| YUV | 142.72 | 185.72 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 245 | 0.54 | 0.44 | 0 | 0.04 | 228.64 | 0.87 | 0.7 |
| Hex | 71 | 8A | F5 | 36 | 2C | 0 | 4 | E5 | 57 | 46 |
| Octal | 161 | 212 | 365 | 66 | 54 | 0 | 4 | 345 | 127 | 106 |
| Binary | 1110001 | 10001010 | 11110101 | 110110 | 101100 | 0 | 100 | 11100101 | 1010111 | 1000110 |
Color Harmonies of #718AF5
Complementary color
Monochromatic Colors of #718AF5
Black with #718AF5
Text Example
Text Example
White with #718AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718AF5; }
p { color: rgb(113,138,245); }
H1.HeaderClassName
{
color: #718AF5;
}
.AnyTagClassName
{
color: #718AF5;
}
</style>
background-color css
<style>
a { background-color: #718AF5; }
a { background-color: rgb(113,138,245); }
div.DivClassName
{
background-color: #718AF5;
}
.BgClassName
{
background-color: #718AF5;
}
</style>
border-color css
<style>
span { border-color: #718AF5; }
span { border-color: rgb(113,138,245); }
td.TdClassName
{
border-color: #718AF5;
}
.TagClassName
{
border-color: #718AF5;
}
</style>