Shades of Cornflower Blue #7593FF
Tints of Cornflower Blue #7593FF
RGB
CMYK
RGB Variations
Color information
#7593FF (or 0x7593FF) is known color: Cornflower Blue. HEX triplet: 75, 93 and FF. RGB value is (117,147,255). Sum of RGB (Red+Green+Blue) = 117+147+255=519 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.54% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #7593FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7593FF is #8A6C00. Grayscale: #959595. Windows color (decimal): -9071617 or 16749429. OLE color: 16749429.
HSL color Cylindrical-coordinate representation of color #7593FF: hue angle of 226.96º 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 #7593FF is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 147 | 255 | - |
| CMYK | 0.54 | 0.42 | 0 | 0 |
| HSL | 226.96º | 1% | 0.73% | - |
| HSV(B) | 226.96º | 0.54% | 1% | - |
| XYZ | 35.82 | 31.87 | 98.87 | - |
| YUV | 150.34 | 187.06 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 255 | 0.54 | 0.42 | 0 | 0 | 226.96 | 1 | 0.73 |
| Hex | 75 | 93 | FF | 36 | 2A | 0 | 0 | E3 | 64 | 49 |
| Octal | 165 | 223 | 377 | 66 | 52 | 0 | 0 | 343 | 144 | 111 |
| Binary | 1110101 | 10010011 | 11111111 | 110110 | 101010 | 0 | 0 | 11100011 | 1100100 | 1001001 |
Color Harmonies of #7593FF
Complementary color
Monochromatic Colors of #7593FF
Black with #7593FF
Text Example
Text Example
White with #7593FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7593FF; }
p { color: rgb(117,147,255); }
H1.HeaderClassName
{
color: #7593FF;
}
.AnyTagClassName
{
color: #7593FF;
}
</style>
background-color css
<style>
a { background-color: #7593FF; }
a { background-color: rgb(117,147,255); }
div.DivClassName
{
background-color: #7593FF;
}
.BgClassName
{
background-color: #7593FF;
}
</style>
border-color css
<style>
span { border-color: #7593FF; }
span { border-color: rgb(117,147,255); }
td.TdClassName
{
border-color: #7593FF;
}
.TagClassName
{
border-color: #7593FF;
}
</style>