Shades of Cornflower Blue #7594FF
Tints of Cornflower Blue #7594FF
RGB
CMYK
RGB Variations
Color information
#7594FF (or 0x7594FF) is known color: Cornflower Blue. HEX triplet: 75, 94 and FF. RGB value is (117,148,255). Sum of RGB (Red+Green+Blue) = 117+148+255=520 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.5% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #7594FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7594FF is #8A6B00. Grayscale: #969696. Windows color (decimal): -9071361 or 16749685. OLE color: 16749685.
HSL color Cylindrical-coordinate representation of color #7594FF: hue angle of 226.52º 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 #7594FF is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 148 | 255 | - |
| CMYK | 0.54 | 0.42 | 0 | 0 |
| HSL | 226.52º | 1% | 0.73% | - |
| HSV(B) | 226.52º | 0.54% | 1% | - |
| XYZ | 35.98 | 32.18 | 98.92 | - |
| YUV | 150.93 | 186.73 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 148 | 255 | 0.54 | 0.42 | 0 | 0 | 226.52 | 1 | 0.73 |
| Hex | 75 | 94 | FF | 36 | 2A | 0 | 0 | E3 | 64 | 49 |
| Octal | 165 | 224 | 377 | 66 | 52 | 0 | 0 | 343 | 144 | 111 |
| Binary | 1110101 | 10010100 | 11111111 | 110110 | 101010 | 0 | 0 | 11100011 | 1100100 | 1001001 |
Color Harmonies of #7594FF
Complementary color
Monochromatic Colors of #7594FF
Black with #7594FF
Text Example
Text Example
White with #7594FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7594FF; }
p { color: rgb(117,148,255); }
H1.HeaderClassName
{
color: #7594FF;
}
.AnyTagClassName
{
color: #7594FF;
}
</style>
background-color css
<style>
a { background-color: #7594FF; }
a { background-color: rgb(117,148,255); }
div.DivClassName
{
background-color: #7594FF;
}
.BgClassName
{
background-color: #7594FF;
}
</style>
border-color css
<style>
span { border-color: #7594FF; }
span { border-color: rgb(117,148,255); }
td.TdClassName
{
border-color: #7594FF;
}
.TagClassName
{
border-color: #7594FF;
}
</style>