Shades of Cornflower Blue #7585EE
Tints of Cornflower Blue #7585EE
RGB
CMYK
RGB Variations
Color information
#7585EE (or 0x7585EE) is known color: Cornflower Blue. HEX triplet: 75, 85 and EE. RGB value is (117,133,238). Sum of RGB (Red+Green+Blue) = 117+133+238=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #7585EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7585EE is #8A7A11. Grayscale: #8B8B8B. Windows color (decimal): -9075218 or 15631733. OLE color: 15631733.
HSL color Cylindrical-coordinate representation of color #7585EE: hue angle of 232.07º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7585EE is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 133 | 238 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.07 |
| HSL | 232.07º | 0.78% | 0.7% | - |
| HSV(B) | 232.07º | 0.51% | 0.93% | - |
| XYZ | 31.16 | 26.73 | 84.41 | - |
| YUV | 140.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 238 | 0.51 | 0.44 | 0 | 0.07 | 232.07 | 0.78 | 0.7 |
| Hex | 75 | 85 | EE | 33 | 2C | 0 | 7 | E8 | 4E | 46 |
| Octal | 165 | 205 | 356 | 63 | 54 | 0 | 7 | 350 | 116 | 106 |
| Binary | 1110101 | 10000101 | 11101110 | 110011 | 101100 | 0 | 111 | 11101000 | 1001110 | 1000110 |
Color Harmonies of #7585EE
Complementary color
Monochromatic Colors of #7585EE
Black with #7585EE
Text Example
Text Example
White with #7585EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7585EE; }
p { color: rgb(117,133,238); }
H1.HeaderClassName
{
color: #7585EE;
}
.AnyTagClassName
{
color: #7585EE;
}
</style>
background-color css
<style>
a { background-color: #7585EE; }
a { background-color: rgb(117,133,238); }
div.DivClassName
{
background-color: #7585EE;
}
.BgClassName
{
background-color: #7585EE;
}
</style>
border-color css
<style>
span { border-color: #7585EE; }
span { border-color: rgb(117,133,238); }
td.TdClassName
{
border-color: #7585EE;
}
.TagClassName
{
border-color: #7585EE;
}
</style>