Shades of Cornflower Blue #7597E5
Tints of Cornflower Blue #7597E5
RGB
CMYK
RGB Variations
Color information
#7597E5 (or 0x7597E5) is known color: Cornflower Blue. HEX triplet: 75, 97 and E5. RGB value is (117,151,229). Sum of RGB (Red+Green+Blue) = 117+151+229=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #7597E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7597E5 is #8A681A. Grayscale: #959595. Windows color (decimal): -9070619 or 15046517. OLE color: 15046517.
HSL color Cylindrical-coordinate representation of color #7597E5: hue angle of 221.79º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7597E5 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 151 | 229 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.10 |
| HSL | 221.79º | 0.68% | 0.68% | - |
| HSV(B) | 221.79º | 0.49% | 0.9% | - |
| XYZ | 32.55 | 31.57 | 78.51 | - |
| YUV | 149.73 | 172.74 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 229 | 0.49 | 0.34 | 0 | 0.10 | 221.79 | 0.68 | 0.68 |
| Hex | 75 | 97 | E5 | 31 | 22 | 0 | A | DE | 44 | 44 |
| Octal | 165 | 227 | 345 | 61 | 42 | 0 | 12 | 336 | 104 | 104 |
| Binary | 1110101 | 10010111 | 11100101 | 110001 | 100010 | 0 | 1010 | 11011110 | 1000100 | 1000100 |
Color Harmonies of #7597E5
Complementary color
Monochromatic Colors of #7597E5
Black with #7597E5
Text Example
Text Example
White with #7597E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7597E5; }
p { color: rgb(117,151,229); }
H1.HeaderClassName
{
color: #7597E5;
}
.AnyTagClassName
{
color: #7597E5;
}
</style>
background-color css
<style>
a { background-color: #7597E5; }
a { background-color: rgb(117,151,229); }
div.DivClassName
{
background-color: #7597E5;
}
.BgClassName
{
background-color: #7597E5;
}
</style>
border-color css
<style>
span { border-color: #7597E5; }
span { border-color: rgb(117,151,229); }
td.TdClassName
{
border-color: #7597E5;
}
.TagClassName
{
border-color: #7597E5;
}
</style>