Shades of Cornflower Blue #7591FA
Tints of Cornflower Blue #7591FA
RGB
CMYK
RGB Variations
Color information
#7591FA (or 0x7591FA) is known color: Cornflower Blue. HEX triplet: 75, 91 and FA. RGB value is (117,145,250). Sum of RGB (Red+Green+Blue) = 117+145+250=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #7591FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7591FA is #8A6E05. Grayscale: #949494. Windows color (decimal): -9072134 or 16421237. OLE color: 16421237.
HSL color Cylindrical-coordinate representation of color #7591FA: hue angle of 227.37º 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 #7591FA is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 145 | 250 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.02 |
| HSL | 227.37º | 0.93% | 0.72% | - |
| HSV(B) | 227.37º | 0.53% | 0.98% | - |
| XYZ | 34.72 | 30.93 | 94.58 | - |
| YUV | 148.6 | 185.22 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 250 | 0.53 | 0.42 | 0 | 0.02 | 227.37 | 0.93 | 0.72 |
| Hex | 75 | 91 | FA | 35 | 2A | 0 | 2 | E3 | 5D | 48 |
| Octal | 165 | 221 | 372 | 65 | 52 | 0 | 2 | 343 | 135 | 110 |
| Binary | 1110101 | 10010001 | 11111010 | 110101 | 101010 | 0 | 10 | 11100011 | 1011101 | 1001000 |
Color Harmonies of #7591FA
Complementary color
Monochromatic Colors of #7591FA
Black with #7591FA
Text Example
Text Example
White with #7591FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7591FA; }
p { color: rgb(117,145,250); }
H1.HeaderClassName
{
color: #7591FA;
}
.AnyTagClassName
{
color: #7591FA;
}
</style>
background-color css
<style>
a { background-color: #7591FA; }
a { background-color: rgb(117,145,250); }
div.DivClassName
{
background-color: #7591FA;
}
.BgClassName
{
background-color: #7591FA;
}
</style>
border-color css
<style>
span { border-color: #7591FA; }
span { border-color: rgb(117,145,250); }
td.TdClassName
{
border-color: #7591FA;
}
.TagClassName
{
border-color: #7591FA;
}
</style>