Shades of Cornflower Blue #7588FA
Tints of Cornflower Blue #7588FA
RGB
CMYK
RGB Variations
Color information
#7588FA (or 0x7588FA) is known color: Cornflower Blue. HEX triplet: 75, 88 and FA. RGB value is (117,136,250). Sum of RGB (Red+Green+Blue) = 117+136+250=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #7588FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7588FA is #8A7705. Grayscale: #8E8E8E. Windows color (decimal): -9074438 or 16418933. OLE color: 16418933.
HSL color Cylindrical-coordinate representation of color #7588FA: hue angle of 231.43º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7588FA is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 136 | 250 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.02 |
| HSL | 231.43º | 0.93% | 0.72% | - |
| HSV(B) | 231.43º | 0.53% | 0.98% | - |
| XYZ | 33.4 | 28.29 | 94.14 | - |
| YUV | 143.32 | 188.21 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 250 | 0.53 | 0.46 | 0 | 0.02 | 231.43 | 0.93 | 0.72 |
| Hex | 75 | 88 | FA | 35 | 2E | 0 | 2 | E7 | 5D | 48 |
| Octal | 165 | 210 | 372 | 65 | 56 | 0 | 2 | 347 | 135 | 110 |
| Binary | 1110101 | 10001000 | 11111010 | 110101 | 101110 | 0 | 10 | 11100111 | 1011101 | 1001000 |
Color Harmonies of #7588FA
Complementary color
Monochromatic Colors of #7588FA
Black with #7588FA
Text Example
Text Example
White with #7588FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7588FA; }
p { color: rgb(117,136,250); }
H1.HeaderClassName
{
color: #7588FA;
}
.AnyTagClassName
{
color: #7588FA;
}
</style>
background-color css
<style>
a { background-color: #7588FA; }
a { background-color: rgb(117,136,250); }
div.DivClassName
{
background-color: #7588FA;
}
.BgClassName
{
background-color: #7588FA;
}
</style>
border-color css
<style>
span { border-color: #7588FA; }
span { border-color: rgb(117,136,250); }
td.TdClassName
{
border-color: #7588FA;
}
.TagClassName
{
border-color: #7588FA;
}
</style>