Shades of Cornflower Blue #7599EC
Tints of Cornflower Blue #7599EC
RGB
CMYK
RGB Variations
Color information
#7599EC (or 0x7599EC) is known color: Cornflower Blue. HEX triplet: 75, 99 and EC. RGB value is (117,153,236). Sum of RGB (Red+Green+Blue) = 117+153+236=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #7599EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7599EC is #8A6613. Grayscale: #979797. Windows color (decimal): -9070100 or 15505781. OLE color: 15505781.
HSL color Cylindrical-coordinate representation of color #7599EC: hue angle of 221.85º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7599EC is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 153 | 236 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.07 |
| HSL | 221.85º | 0.76% | 0.69% | - |
| HSV(B) | 221.85º | 0.5% | 0.93% | - |
| XYZ | 33.87 | 32.62 | 83.87 | - |
| YUV | 151.7 | 175.57 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 236 | 0.50 | 0.35 | 0 | 0.07 | 221.85 | 0.76 | 0.69 |
| Hex | 75 | 99 | EC | 32 | 23 | 0 | 7 | DE | 4C | 45 |
| Octal | 165 | 231 | 354 | 62 | 43 | 0 | 7 | 336 | 114 | 105 |
| Binary | 1110101 | 10011001 | 11101100 | 110010 | 100011 | 0 | 111 | 11011110 | 1001100 | 1000101 |
Color Harmonies of #7599EC
Complementary color
Monochromatic Colors of #7599EC
Black with #7599EC
Text Example
Text Example
White with #7599EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7599EC; }
p { color: rgb(117,153,236); }
H1.HeaderClassName
{
color: #7599EC;
}
.AnyTagClassName
{
color: #7599EC;
}
</style>
background-color css
<style>
a { background-color: #7599EC; }
a { background-color: rgb(117,153,236); }
div.DivClassName
{
background-color: #7599EC;
}
.BgClassName
{
background-color: #7599EC;
}
</style>
border-color css
<style>
span { border-color: #7599EC; }
span { border-color: rgb(117,153,236); }
td.TdClassName
{
border-color: #7599EC;
}
.TagClassName
{
border-color: #7599EC;
}
</style>