Shades of Cornflower Blue #7599EE
Tints of Cornflower Blue #7599EE
RGB
CMYK
RGB Variations
Color information
#7599EE (or 0x7599EE) is known color: Cornflower Blue. HEX triplet: 75, 99 and EE. RGB value is (117,153,238). Sum of RGB (Red+Green+Blue) = 117+153+238=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #7599EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7599EE is #8A6611. Grayscale: #979797. Windows color (decimal): -9070098 or 15636853. OLE color: 15636853.
HSL color Cylindrical-coordinate representation of color #7599EE: hue angle of 222.15º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7599EE is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 153 | 238 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.07 |
| HSL | 222.15º | 0.78% | 0.7% | - |
| HSV(B) | 222.15º | 0.51% | 0.93% | - |
| XYZ | 34.16 | 32.74 | 85.41 | - |
| YUV | 151.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 238 | 0.51 | 0.36 | 0 | 0.07 | 222.15 | 0.78 | 0.7 |
| Hex | 75 | 99 | EE | 33 | 24 | 0 | 7 | DE | 4E | 46 |
| Octal | 165 | 231 | 356 | 63 | 44 | 0 | 7 | 336 | 116 | 106 |
| Binary | 1110101 | 10011001 | 11101110 | 110011 | 100100 | 0 | 111 | 11011110 | 1001110 | 1000110 |
Color Harmonies of #7599EE
Complementary color
Monochromatic Colors of #7599EE
Black with #7599EE
Text Example
Text Example
White with #7599EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7599EE; }
p { color: rgb(117,153,238); }
H1.HeaderClassName
{
color: #7599EE;
}
.AnyTagClassName
{
color: #7599EE;
}
</style>
background-color css
<style>
a { background-color: #7599EE; }
a { background-color: rgb(117,153,238); }
div.DivClassName
{
background-color: #7599EE;
}
.BgClassName
{
background-color: #7599EE;
}
</style>
border-color css
<style>
span { border-color: #7599EE; }
span { border-color: rgb(117,153,238); }
td.TdClassName
{
border-color: #7599EE;
}
.TagClassName
{
border-color: #7599EE;
}
</style>