Shades of Cornflower Blue #717FE0
Tints of Cornflower Blue #717FE0
RGB
CMYK
RGB Variations
Color information
#717FE0 (or 0x717FE0) is known color: Cornflower Blue. HEX triplet: 71, 7F and E0. RGB value is (113,127,224). Sum of RGB (Red+Green+Blue) = 113+127+224=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #717FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FE0 is #8E801F. Grayscale: #858585. Windows color (decimal): -9338912 or 14712689. OLE color: 14712689.
HSL color Cylindrical-coordinate representation of color #717FE0: hue angle of 232.43º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #717FE0 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 127 | 224 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.12 |
| HSL | 232.43º | 0.64% | 0.66% | - |
| HSV(B) | 232.43º | 0.5% | 0.88% | - |
| XYZ | 27.85 | 24.07 | 73.7 | - |
| YUV | 133.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 224 | 0.50 | 0.43 | 0 | 0.12 | 232.43 | 0.64 | 0.66 |
| Hex | 71 | 7F | E0 | 32 | 2B | 0 | C | E8 | 40 | 42 |
| Octal | 161 | 177 | 340 | 62 | 53 | 0 | 14 | 350 | 100 | 102 |
| Binary | 1110001 | 1111111 | 11100000 | 110010 | 101011 | 0 | 1100 | 11101000 | 1000000 | 1000010 |
Color Harmonies of #717FE0
Complementary color
Monochromatic Colors of #717FE0
Black with #717FE0
Text Example
Text Example
White with #717FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FE0; }
p { color: rgb(113,127,224); }
H1.HeaderClassName
{
color: #717FE0;
}
.AnyTagClassName
{
color: #717FE0;
}
</style>
background-color css
<style>
a { background-color: #717FE0; }
a { background-color: rgb(113,127,224); }
div.DivClassName
{
background-color: #717FE0;
}
.BgClassName
{
background-color: #717FE0;
}
</style>
border-color css
<style>
span { border-color: #717FE0; }
span { border-color: rgb(113,127,224); }
td.TdClassName
{
border-color: #717FE0;
}
.TagClassName
{
border-color: #717FE0;
}
</style>