Shades of Cornflower Blue #717FEB
Tints of Cornflower Blue #717FEB
RGB
CMYK
RGB Variations
Color information
#717FEB (or 0x717FEB) is known color: Cornflower Blue. HEX triplet: 71, 7F and EB. RGB value is (113,127,235). Sum of RGB (Red+Green+Blue) = 113+127+235=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #717FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717FEB is #8E8014. Grayscale: #868686. Windows color (decimal): -9338901 or 15433585. OLE color: 15433585.
HSL color Cylindrical-coordinate representation of color #717FEB: hue angle of 233.11º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #717FEB is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 127 | 235 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.08 |
| HSL | 233.11º | 0.75% | 0.68% | - |
| HSV(B) | 233.11º | 0.52% | 0.92% | - |
| XYZ | 29.39 | 24.69 | 81.81 | - |
| YUV | 135.13 | 184.36 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 235 | 0.52 | 0.46 | 0 | 0.08 | 233.11 | 0.75 | 0.68 |
| Hex | 71 | 7F | EB | 34 | 2E | 0 | 8 | E9 | 4B | 44 |
| Octal | 161 | 177 | 353 | 64 | 56 | 0 | 10 | 351 | 113 | 104 |
| Binary | 1110001 | 1111111 | 11101011 | 110100 | 101110 | 0 | 1000 | 11101001 | 1001011 | 1000100 |
Color Harmonies of #717FEB
Complementary color
Monochromatic Colors of #717FEB
Black with #717FEB
Text Example
Text Example
White with #717FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FEB; }
p { color: rgb(113,127,235); }
H1.HeaderClassName
{
color: #717FEB;
}
.AnyTagClassName
{
color: #717FEB;
}
</style>
background-color css
<style>
a { background-color: #717FEB; }
a { background-color: rgb(113,127,235); }
div.DivClassName
{
background-color: #717FEB;
}
.BgClassName
{
background-color: #717FEB;
}
</style>
border-color css
<style>
span { border-color: #717FEB; }
span { border-color: rgb(113,127,235); }
td.TdClassName
{
border-color: #717FEB;
}
.TagClassName
{
border-color: #717FEB;
}
</style>