Shades of Cornflower Blue #7591E8
Tints of Cornflower Blue #7591E8
RGB
CMYK
RGB Variations
Color information
#7591E8 (or 0x7591E8) is known color: Cornflower Blue. HEX triplet: 75, 91 and E8. RGB value is (117,145,232). Sum of RGB (Red+Green+Blue) = 117+145+232=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #7591E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7591E8 is #8A6E17. Grayscale: #929292. Windows color (decimal): -9072152 or 15241589. OLE color: 15241589.
HSL color Cylindrical-coordinate representation of color #7591E8: hue angle of 225.39º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7591E8 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 145 | 232 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.09 |
| HSL | 225.39º | 0.71% | 0.68% | - |
| HSV(B) | 225.39º | 0.5% | 0.91% | - |
| XYZ | 32.03 | 29.86 | 80.42 | - |
| YUV | 146.55 | 176.22 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 232 | 0.50 | 0.38 | 0 | 0.09 | 225.39 | 0.71 | 0.68 |
| Hex | 75 | 91 | E8 | 32 | 26 | 0 | 9 | E1 | 47 | 44 |
| Octal | 165 | 221 | 350 | 62 | 46 | 0 | 11 | 341 | 107 | 104 |
| Binary | 1110101 | 10010001 | 11101000 | 110010 | 100110 | 0 | 1001 | 11100001 | 1000111 | 1000100 |
Color Harmonies of #7591E8
Complementary color
Monochromatic Colors of #7591E8
Black with #7591E8
Text Example
Text Example
White with #7591E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7591E8; }
p { color: rgb(117,145,232); }
H1.HeaderClassName
{
color: #7591E8;
}
.AnyTagClassName
{
color: #7591E8;
}
</style>
background-color css
<style>
a { background-color: #7591E8; }
a { background-color: rgb(117,145,232); }
div.DivClassName
{
background-color: #7591E8;
}
.BgClassName
{
background-color: #7591E8;
}
</style>
border-color css
<style>
span { border-color: #7591E8; }
span { border-color: rgb(117,145,232); }
td.TdClassName
{
border-color: #7591E8;
}
.TagClassName
{
border-color: #7591E8;
}
</style>