Shades of Cornflower Blue #717FE5
Tints of Cornflower Blue #717FE5
RGB
CMYK
RGB Variations
Color information
#717FE5 (or 0x717FE5) is known color: Cornflower Blue. HEX triplet: 71, 7F and E5. RGB value is (113,127,229). Sum of RGB (Red+Green+Blue) = 113+127+229=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #717FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FE5 is #8E801A. Grayscale: #868686. Windows color (decimal): -9338907 or 15040369. OLE color: 15040369.
HSL color Cylindrical-coordinate representation of color #717FE5: hue angle of 232.76º 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 #717FE5 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 127 | 229 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.10 |
| HSL | 232.76º | 0.69% | 0.67% | - |
| HSV(B) | 232.76º | 0.51% | 0.9% | - |
| XYZ | 28.54 | 24.35 | 77.32 | - |
| YUV | 134.44 | 181.36 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 229 | 0.51 | 0.45 | 0 | 0.10 | 232.76 | 0.69 | 0.67 |
| Hex | 71 | 7F | E5 | 33 | 2D | 0 | A | E9 | 45 | 43 |
| Octal | 161 | 177 | 345 | 63 | 55 | 0 | 12 | 351 | 105 | 103 |
| Binary | 1110001 | 1111111 | 11100101 | 110011 | 101101 | 0 | 1010 | 11101001 | 1000101 | 1000011 |
Color Harmonies of #717FE5
Complementary color
Monochromatic Colors of #717FE5
Black with #717FE5
Text Example
Text Example
White with #717FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FE5; }
p { color: rgb(113,127,229); }
H1.HeaderClassName
{
color: #717FE5;
}
.AnyTagClassName
{
color: #717FE5;
}
</style>
background-color css
<style>
a { background-color: #717FE5; }
a { background-color: rgb(113,127,229); }
div.DivClassName
{
background-color: #717FE5;
}
.BgClassName
{
background-color: #717FE5;
}
</style>
border-color css
<style>
span { border-color: #717FE5; }
span { border-color: rgb(113,127,229); }
td.TdClassName
{
border-color: #717FE5;
}
.TagClassName
{
border-color: #717FE5;
}
</style>