Shades of Cornflower Blue #717FE2
Tints of Cornflower Blue #717FE2
RGB
CMYK
RGB Variations
Color information
#717FE2 (or 0x717FE2) is known color: Cornflower Blue. HEX triplet: 71, 7F and E2. RGB value is (113,127,226). Sum of RGB (Red+Green+Blue) = 113+127+226=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 226 - color contains mainly: blue. Hex color #717FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FE2 is #8E801D. Grayscale: #858585. Windows color (decimal): -9338910 or 14843761. OLE color: 14843761.
HSL color Cylindrical-coordinate representation of color #717FE2: hue angle of 232.57º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #717FE2 is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 127 | 226 | - |
| CMYK | 0.5 | 0.44 | 0 | 0.11 |
| HSL | 232.57º | 0.66% | 0.66% | - |
| HSV(B) | 232.57º | 0.5% | 0.89% | - |
| XYZ | 28.13 | 24.18 | 75.14 | - |
| YUV | 134.1 | 179.86 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 226 | 0.5 | 0.44 | 0 | 0.11 | 232.57 | 0.66 | 0.66 |
| Hex | 71 | 7F | E2 | 32 | 2C | 0 | B | E9 | 42 | 42 |
| Octal | 161 | 177 | 342 | 62 | 54 | 0 | 13 | 351 | 102 | 102 |
| Binary | 1110001 | 1111111 | 11100010 | 110010 | 101100 | 0 | 1011 | 11101001 | 1000010 | 1000010 |
Color Harmonies of #717FE2
Complementary color
Monochromatic Colors of #717FE2
Black with #717FE2
Text Example
Text Example
White with #717FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FE2; }
p { color: rgb(113,127,226); }
H1.HeaderClassName
{
color: #717FE2;
}
.AnyTagClassName
{
color: #717FE2;
}
</style>
background-color css
<style>
a { background-color: #717FE2; }
a { background-color: rgb(113,127,226); }
div.DivClassName
{
background-color: #717FE2;
}
.BgClassName
{
background-color: #717FE2;
}
</style>
border-color css
<style>
span { border-color: #717FE2; }
span { border-color: rgb(113,127,226); }
td.TdClassName
{
border-color: #717FE2;
}
.TagClassName
{
border-color: #717FE2;
}
</style>