Shades of Cornflower Blue #7593DF
Tints of Cornflower Blue #7593DF
RGB
CMYK
RGB Variations
Color information
#7593DF (or 0x7593DF) is known color: Cornflower Blue. HEX triplet: 75, 93 and DF. RGB value is (117,147,223). Sum of RGB (Red+Green+Blue) = 117+147+223=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #7593DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7593DF is #8A6C20. Grayscale: #929292. Windows color (decimal): -9071649 or 14652277. OLE color: 14652277.
HSL color Cylindrical-coordinate representation of color #7593DF: hue angle of 223.02º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7593DF is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 147 | 223 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.13 |
| HSL | 223.02º | 0.62% | 0.67% | - |
| HSV(B) | 223.02º | 0.48% | 0.87% | - |
| XYZ | 31.09 | 29.98 | 73.96 | - |
| YUV | 146.69 | 171.06 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 223 | 0.48 | 0.34 | 0 | 0.13 | 223.02 | 0.62 | 0.67 |
| Hex | 75 | 93 | DF | 30 | 22 | 0 | D | DF | 3E | 43 |
| Octal | 165 | 223 | 337 | 60 | 42 | 0 | 15 | 337 | 76 | 103 |
| Binary | 1110101 | 10010011 | 11011111 | 110000 | 100010 | 0 | 1101 | 11011111 | 111110 | 1000011 |
Color Harmonies of #7593DF
Complementary color
Monochromatic Colors of #7593DF
Black with #7593DF
Text Example
Text Example
White with #7593DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7593DF; }
p { color: rgb(117,147,223); }
H1.HeaderClassName
{
color: #7593DF;
}
.AnyTagClassName
{
color: #7593DF;
}
</style>
background-color css
<style>
a { background-color: #7593DF; }
a { background-color: rgb(117,147,223); }
div.DivClassName
{
background-color: #7593DF;
}
.BgClassName
{
background-color: #7593DF;
}
</style>
border-color css
<style>
span { border-color: #7593DF; }
span { border-color: rgb(117,147,223); }
td.TdClassName
{
border-color: #7593DF;
}
.TagClassName
{
border-color: #7593DF;
}
</style>