Shades of Cornflower Blue #7593FA
Tints of Cornflower Blue #7593FA
RGB
CMYK
RGB Variations
Color information
#7593FA (or 0x7593FA) is known color: Cornflower Blue. HEX triplet: 75, 93 and FA. RGB value is (117,147,250). Sum of RGB (Red+Green+Blue) = 117+147+250=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #7593FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7593FA is #8A6C05. Grayscale: #959595. Windows color (decimal): -9071622 or 16421749. OLE color: 16421749.
HSL color Cylindrical-coordinate representation of color #7593FA: hue angle of 226.47º 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 #7593FA is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 147 | 250 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.02 |
| HSL | 226.47º | 0.93% | 0.72% | - |
| HSV(B) | 226.47º | 0.53% | 0.98% | - |
| XYZ | 35.03 | 31.55 | 94.69 | - |
| YUV | 149.77 | 184.56 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 250 | 0.53 | 0.41 | 0 | 0.02 | 226.47 | 0.93 | 0.72 |
| Hex | 75 | 93 | FA | 35 | 29 | 0 | 2 | E2 | 5D | 48 |
| Octal | 165 | 223 | 372 | 65 | 51 | 0 | 2 | 342 | 135 | 110 |
| Binary | 1110101 | 10010011 | 11111010 | 110101 | 101001 | 0 | 10 | 11100010 | 1011101 | 1001000 |
Color Harmonies of #7593FA
Complementary color
Monochromatic Colors of #7593FA
Black with #7593FA
Text Example
Text Example
White with #7593FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7593FA; }
p { color: rgb(117,147,250); }
H1.HeaderClassName
{
color: #7593FA;
}
.AnyTagClassName
{
color: #7593FA;
}
</style>
background-color css
<style>
a { background-color: #7593FA; }
a { background-color: rgb(117,147,250); }
div.DivClassName
{
background-color: #7593FA;
}
.BgClassName
{
background-color: #7593FA;
}
</style>
border-color css
<style>
span { border-color: #7593FA; }
span { border-color: rgb(117,147,250); }
td.TdClassName
{
border-color: #7593FA;
}
.TagClassName
{
border-color: #7593FA;
}
</style>