Shades of Cornflower Blue #718CE5
Tints of Cornflower Blue #718CE5
RGB
CMYK
RGB Variations
Color information
#718CE5 (or 0x718CE5) is known color: Cornflower Blue. HEX triplet: 71, 8C and E5. RGB value is (113,140,229). Sum of RGB (Red+Green+Blue) = 113+140+229=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #718CE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CE5 is #8E731A. Grayscale: #8D8D8D. Windows color (decimal): -9335579 or 15043697. OLE color: 15043697.
HSL color Cylindrical-coordinate representation of color #718CE5: hue angle of 226.03º degrees, saturation: 0.69, 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 #718CE5 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 140 | 229 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.10 |
| HSL | 226.03º | 0.69% | 0.67% | - |
| HSV(B) | 226.03º | 0.51% | 0.9% | - |
| XYZ | 30.33 | 27.92 | 77.92 | - |
| YUV | 142.07 | 177.05 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 229 | 0.51 | 0.39 | 0 | 0.10 | 226.03 | 0.69 | 0.67 |
| Hex | 71 | 8C | E5 | 33 | 27 | 0 | A | E2 | 45 | 43 |
| Octal | 161 | 214 | 345 | 63 | 47 | 0 | 12 | 342 | 105 | 103 |
| Binary | 1110001 | 10001100 | 11100101 | 110011 | 100111 | 0 | 1010 | 11100010 | 1000101 | 1000011 |
Color Harmonies of #718CE5
Complementary color
Monochromatic Colors of #718CE5
Black with #718CE5
Text Example
Text Example
White with #718CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CE5; }
p { color: rgb(113,140,229); }
H1.HeaderClassName
{
color: #718CE5;
}
.AnyTagClassName
{
color: #718CE5;
}
</style>
background-color css
<style>
a { background-color: #718CE5; }
a { background-color: rgb(113,140,229); }
div.DivClassName
{
background-color: #718CE5;
}
.BgClassName
{
background-color: #718CE5;
}
</style>
border-color css
<style>
span { border-color: #718CE5; }
span { border-color: rgb(113,140,229); }
td.TdClassName
{
border-color: #718CE5;
}
.TagClassName
{
border-color: #718CE5;
}
</style>