Shades of Cornflower Blue #7594DC
Tints of Cornflower Blue #7594DC
RGB
CMYK
RGB Variations
Color information
#7594DC (or 0x7594DC) is known color: Cornflower Blue. HEX triplet: 75, 94 and DC. RGB value is (117,148,220). Sum of RGB (Red+Green+Blue) = 117+148+220=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #7594DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7594DC is #8A6B23. Grayscale: #929292. Windows color (decimal): -9071396 or 14455925. OLE color: 14455925.
HSL color Cylindrical-coordinate representation of color #7594DC: hue angle of 221.94º 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 #7594DC is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 148 | 220 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.14 |
| HSL | 221.94º | 0.6% | 0.66% | - |
| HSV(B) | 221.94º | 0.47% | 0.86% | - |
| XYZ | 30.84 | 30.13 | 71.9 | - |
| YUV | 146.94 | 169.23 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 148 | 220 | 0.47 | 0.33 | 0 | 0.14 | 221.94 | 0.6 | 0.66 |
| Hex | 75 | 94 | DC | 2F | 21 | 0 | E | DE | 3C | 42 |
| Octal | 165 | 224 | 334 | 57 | 41 | 0 | 16 | 336 | 74 | 102 |
| Binary | 1110101 | 10010100 | 11011100 | 101111 | 100001 | 0 | 1110 | 11011110 | 111100 | 1000010 |
Color Harmonies of #7594DC
Complementary color
Monochromatic Colors of #7594DC
Black with #7594DC
Text Example
Text Example
White with #7594DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7594DC; }
p { color: rgb(117,148,220); }
H1.HeaderClassName
{
color: #7594DC;
}
.AnyTagClassName
{
color: #7594DC;
}
</style>
background-color css
<style>
a { background-color: #7594DC; }
a { background-color: rgb(117,148,220); }
div.DivClassName
{
background-color: #7594DC;
}
.BgClassName
{
background-color: #7594DC;
}
</style>
border-color css
<style>
span { border-color: #7594DC; }
span { border-color: rgb(117,148,220); }
td.TdClassName
{
border-color: #7594DC;
}
.TagClassName
{
border-color: #7594DC;
}
</style>