Shades of Cornflower Blue #718FE8
Tints of Cornflower Blue #718FE8
RGB
CMYK
RGB Variations
Color information
#718FE8 (or 0x718FE8) is known color: Cornflower Blue. HEX triplet: 71, 8F and E8. RGB value is (113,143,232). Sum of RGB (Red+Green+Blue) = 113+143+232=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #718FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718FE8 is #8E7017. Grayscale: #8F8F8F. Windows color (decimal): -9334808 or 15241073. OLE color: 15241073.
HSL color Cylindrical-coordinate representation of color #718FE8: hue angle of 224.87º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #718FE8 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 143 | 232 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.09 |
| HSL | 224.87º | 0.72% | 0.68% | - |
| HSV(B) | 224.87º | 0.51% | 0.91% | - |
| XYZ | 31.2 | 28.98 | 80.29 | - |
| YUV | 144.18 | 177.56 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 232 | 0.51 | 0.38 | 0 | 0.09 | 224.87 | 0.72 | 0.68 |
| Hex | 71 | 8F | E8 | 33 | 26 | 0 | 9 | E1 | 48 | 44 |
| Octal | 161 | 217 | 350 | 63 | 46 | 0 | 11 | 341 | 110 | 104 |
| Binary | 1110001 | 10001111 | 11101000 | 110011 | 100110 | 0 | 1001 | 11100001 | 1001000 | 1000100 |
Color Harmonies of #718FE8
Complementary color
Monochromatic Colors of #718FE8
Black with #718FE8
Text Example
Text Example
White with #718FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FE8; }
p { color: rgb(113,143,232); }
H1.HeaderClassName
{
color: #718FE8;
}
.AnyTagClassName
{
color: #718FE8;
}
</style>
background-color css
<style>
a { background-color: #718FE8; }
a { background-color: rgb(113,143,232); }
div.DivClassName
{
background-color: #718FE8;
}
.BgClassName
{
background-color: #718FE8;
}
</style>
border-color css
<style>
span { border-color: #718FE8; }
span { border-color: rgb(113,143,232); }
td.TdClassName
{
border-color: #718FE8;
}
.TagClassName
{
border-color: #718FE8;
}
</style>