Shades of Cornflower Blue #7593DD
Tints of Cornflower Blue #7593DD
RGB
CMYK
RGB Variations
Color information
#7593DD (or 0x7593DD) is known color: Cornflower Blue. HEX triplet: 75, 93 and DD. RGB value is (117,147,221). Sum of RGB (Red+Green+Blue) = 117+147+221=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #7593DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7593DD is #8A6C22. Grayscale: #929292. Windows color (decimal): -9071651 or 14521205. OLE color: 14521205.
HSL color Cylindrical-coordinate representation of color #7593DD: hue angle of 222.69º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7593DD is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 147 | 221 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.13 |
| HSL | 222.69º | 0.6% | 0.66% | - |
| HSV(B) | 222.69º | 0.47% | 0.87% | - |
| XYZ | 30.82 | 29.87 | 72.55 | - |
| YUV | 146.47 | 170.06 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 221 | 0.47 | 0.33 | 0 | 0.13 | 222.69 | 0.6 | 0.66 |
| Hex | 75 | 93 | DD | 2F | 21 | 0 | D | DF | 3C | 42 |
| Octal | 165 | 223 | 335 | 57 | 41 | 0 | 15 | 337 | 74 | 102 |
| Binary | 1110101 | 10010011 | 11011101 | 101111 | 100001 | 0 | 1101 | 11011111 | 111100 | 1000010 |
Color Harmonies of #7593DD
Complementary color
Monochromatic Colors of #7593DD
Black with #7593DD
Text Example
Text Example
White with #7593DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7593DD; }
p { color: rgb(117,147,221); }
H1.HeaderClassName
{
color: #7593DD;
}
.AnyTagClassName
{
color: #7593DD;
}
</style>
background-color css
<style>
a { background-color: #7593DD; }
a { background-color: rgb(117,147,221); }
div.DivClassName
{
background-color: #7593DD;
}
.BgClassName
{
background-color: #7593DD;
}
</style>
border-color css
<style>
span { border-color: #7593DD; }
span { border-color: rgb(117,147,221); }
td.TdClassName
{
border-color: #7593DD;
}
.TagClassName
{
border-color: #7593DD;
}
</style>