Shades of Cornflower Blue #718FE6
Tints of Cornflower Blue #718FE6
RGB
CMYK
RGB Variations
Color information
#718FE6 (or 0x718FE6) is known color: Cornflower Blue. HEX triplet: 71, 8F and E6. RGB value is (113,143,230). Sum of RGB (Red+Green+Blue) = 113+143+230=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #718FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718FE6 is #8E7019. Grayscale: #8F8F8F. Windows color (decimal): -9334810 or 15110001. OLE color: 15110001.
HSL color Cylindrical-coordinate representation of color #718FE6: hue angle of 224.62º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #718FE6 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 143 | 230 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.10 |
| HSL | 224.62º | 0.7% | 0.67% | - |
| HSV(B) | 224.62º | 0.51% | 0.9% | - |
| XYZ | 30.92 | 28.87 | 78.81 | - |
| YUV | 143.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 230 | 0.51 | 0.38 | 0 | 0.10 | 224.62 | 0.7 | 0.67 |
| Hex | 71 | 8F | E6 | 33 | 26 | 0 | A | E1 | 46 | 43 |
| Octal | 161 | 217 | 346 | 63 | 46 | 0 | 12 | 341 | 106 | 103 |
| Binary | 1110001 | 10001111 | 11100110 | 110011 | 100110 | 0 | 1010 | 11100001 | 1000110 | 1000011 |
Color Harmonies of #718FE6
Complementary color
Monochromatic Colors of #718FE6
Black with #718FE6
Text Example
Text Example
White with #718FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FE6; }
p { color: rgb(113,143,230); }
H1.HeaderClassName
{
color: #718FE6;
}
.AnyTagClassName
{
color: #718FE6;
}
</style>
background-color css
<style>
a { background-color: #718FE6; }
a { background-color: rgb(113,143,230); }
div.DivClassName
{
background-color: #718FE6;
}
.BgClassName
{
background-color: #718FE6;
}
</style>
border-color css
<style>
span { border-color: #718FE6; }
span { border-color: rgb(113,143,230); }
td.TdClassName
{
border-color: #718FE6;
}
.TagClassName
{
border-color: #718FE6;
}
</style>