Shades of Cornflower Blue #7591FF
Tints of Cornflower Blue #7591FF
RGB
CMYK
RGB Variations
Color information
#7591FF (or 0x7591FF) is known color: Cornflower Blue. HEX triplet: 75, 91 and FF. RGB value is (117,145,255). Sum of RGB (Red+Green+Blue) = 117+145+255=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #7591FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7591FF is #8A6E00. Grayscale: #949494. Windows color (decimal): -9072129 or 16748917. OLE color: 16748917.
HSL color Cylindrical-coordinate representation of color #7591FF: hue angle of 227.83º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7591FF is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 145 | 255 | - |
| CMYK | 0.54 | 0.43 | 0 | 0 |
| HSL | 227.83º | 1% | 0.73% | - |
| HSV(B) | 227.83º | 0.54% | 1% | - |
| XYZ | 35.51 | 31.25 | 98.77 | - |
| YUV | 149.17 | 187.72 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 255 | 0.54 | 0.43 | 0 | 0 | 227.83 | 1 | 0.73 |
| Hex | 75 | 91 | FF | 36 | 2B | 0 | 0 | E4 | 64 | 49 |
| Octal | 165 | 221 | 377 | 66 | 53 | 0 | 0 | 344 | 144 | 111 |
| Binary | 1110101 | 10010001 | 11111111 | 110110 | 101011 | 0 | 0 | 11100100 | 1100100 | 1001001 |
Color Harmonies of #7591FF
Complementary color
Monochromatic Colors of #7591FF
Black with #7591FF
Text Example
Text Example
White with #7591FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7591FF; }
p { color: rgb(117,145,255); }
H1.HeaderClassName
{
color: #7591FF;
}
.AnyTagClassName
{
color: #7591FF;
}
</style>
background-color css
<style>
a { background-color: #7591FF; }
a { background-color: rgb(117,145,255); }
div.DivClassName
{
background-color: #7591FF;
}
.BgClassName
{
background-color: #7591FF;
}
</style>
border-color css
<style>
span { border-color: #7591FF; }
span { border-color: rgb(117,145,255); }
td.TdClassName
{
border-color: #7591FF;
}
.TagClassName
{
border-color: #7591FF;
}
</style>