Shades of Cornflower Blue #7588E7
Tints of Cornflower Blue #7588E7
RGB
CMYK
RGB Variations
Color information
#7588E7 (or 0x7588E7) is known color: Cornflower Blue. HEX triplet: 75, 88 and E7. RGB value is (117,136,231). Sum of RGB (Red+Green+Blue) = 117+136+231=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 231 - color contains mainly: blue. Hex color #7588E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7588E7 is #8A7718. Grayscale: #8C8C8C. Windows color (decimal): -9074457 or 15173749. OLE color: 15173749.
HSL color Cylindrical-coordinate representation of color #7588E7: hue angle of 230º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7588E7 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 136 | 231 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.09 |
| HSL | 230º | 0.7% | 0.68% | - |
| HSV(B) | 230º | 0.49% | 0.91% | - |
| XYZ | 30.56 | 27.16 | 79.23 | - |
| YUV | 141.15 | 178.71 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 231 | 0.49 | 0.41 | 0 | 0.09 | 230 | 0.7 | 0.68 |
| Hex | 75 | 88 | E7 | 31 | 29 | 0 | 9 | E6 | 46 | 44 |
| Octal | 165 | 210 | 347 | 61 | 51 | 0 | 11 | 346 | 106 | 104 |
| Binary | 1110101 | 10001000 | 11100111 | 110001 | 101001 | 0 | 1001 | 11100110 | 1000110 | 1000100 |
Color Harmonies of #7588E7
Complementary color
Monochromatic Colors of #7588E7
Black with #7588E7
Text Example
Text Example
White with #7588E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7588E7; }
p { color: rgb(117,136,231); }
H1.HeaderClassName
{
color: #7588E7;
}
.AnyTagClassName
{
color: #7588E7;
}
</style>
background-color css
<style>
a { background-color: #7588E7; }
a { background-color: rgb(117,136,231); }
div.DivClassName
{
background-color: #7588E7;
}
.BgClassName
{
background-color: #7588E7;
}
</style>
border-color css
<style>
span { border-color: #7588E7; }
span { border-color: rgb(117,136,231); }
td.TdClassName
{
border-color: #7588E7;
}
.TagClassName
{
border-color: #7588E7;
}
</style>