Shades of Cornflower Blue #7593DC
Tints of Cornflower Blue #7593DC
RGB
CMYK
RGB Variations
Color information
#7593DC (or 0x7593DC) is known color: Cornflower Blue. HEX triplet: 75, 93 and DC. RGB value is (117,147,220). Sum of RGB (Red+Green+Blue) = 117+147+220=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #7593DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7593DC is #8A6C23. Grayscale: #929292. Windows color (decimal): -9071652 or 14455669. OLE color: 14455669.
HSL color Cylindrical-coordinate representation of color #7593DC: hue angle of 222.52º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7593DC is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 147 | 220 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.14 |
| HSL | 222.52º | 0.6% | 0.66% | - |
| HSV(B) | 222.52º | 0.47% | 0.86% | - |
| XYZ | 30.69 | 29.82 | 71.85 | - |
| YUV | 146.35 | 169.56 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 220 | 0.47 | 0.33 | 0 | 0.14 | 222.52 | 0.6 | 0.66 |
| Hex | 75 | 93 | DC | 2F | 21 | 0 | E | DF | 3C | 42 |
| Octal | 165 | 223 | 334 | 57 | 41 | 0 | 16 | 337 | 74 | 102 |
| Binary | 1110101 | 10010011 | 11011100 | 101111 | 100001 | 0 | 1110 | 11011111 | 111100 | 1000010 |
Color Harmonies of #7593DC
Complementary color
Monochromatic Colors of #7593DC
Black with #7593DC
Text Example
Text Example
White with #7593DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7593DC; }
p { color: rgb(117,147,220); }
H1.HeaderClassName
{
color: #7593DC;
}
.AnyTagClassName
{
color: #7593DC;
}
</style>
background-color css
<style>
a { background-color: #7593DC; }
a { background-color: rgb(117,147,220); }
div.DivClassName
{
background-color: #7593DC;
}
.BgClassName
{
background-color: #7593DC;
}
</style>
border-color css
<style>
span { border-color: #7593DC; }
span { border-color: rgb(117,147,220); }
td.TdClassName
{
border-color: #7593DC;
}
.TagClassName
{
border-color: #7593DC;
}
</style>