Shades of Cornflower Blue #7584E5
Tints of Cornflower Blue #7584E5
RGB
CMYK
RGB Variations
Color information
#7584E5 (or 0x7584E5) is known color: Cornflower Blue. HEX triplet: 75, 84 and E5. RGB value is (117,132,229). Sum of RGB (Red+Green+Blue) = 117+132+229=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 229 - color contains mainly: blue. Hex color #7584E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584E5 is #8A7B1A. Grayscale: #8A8A8A. Windows color (decimal): -9075483 or 15041653. OLE color: 15041653.
HSL color Cylindrical-coordinate representation of color #7584E5: hue angle of 231.96º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7584E5 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 132 | 229 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.10 |
| HSL | 231.96º | 0.68% | 0.68% | - |
| HSV(B) | 231.96º | 0.49% | 0.9% | - |
| XYZ | 29.73 | 25.94 | 77.57 | - |
| YUV | 138.57 | 179.03 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 229 | 0.49 | 0.42 | 0 | 0.10 | 231.96 | 0.68 | 0.68 |
| Hex | 75 | 84 | E5 | 31 | 2A | 0 | A | E8 | 44 | 44 |
| Octal | 165 | 204 | 345 | 61 | 52 | 0 | 12 | 350 | 104 | 104 |
| Binary | 1110101 | 10000100 | 11100101 | 110001 | 101010 | 0 | 1010 | 11101000 | 1000100 | 1000100 |
Color Harmonies of #7584E5
Complementary color
Monochromatic Colors of #7584E5
Black with #7584E5
Text Example
Text Example
White with #7584E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7584E5; }
p { color: rgb(117,132,229); }
H1.HeaderClassName
{
color: #7584E5;
}
.AnyTagClassName
{
color: #7584E5;
}
</style>
background-color css
<style>
a { background-color: #7584E5; }
a { background-color: rgb(117,132,229); }
div.DivClassName
{
background-color: #7584E5;
}
.BgClassName
{
background-color: #7584E5;
}
</style>
border-color css
<style>
span { border-color: #7584E5; }
span { border-color: rgb(117,132,229); }
td.TdClassName
{
border-color: #7584E5;
}
.TagClassName
{
border-color: #7584E5;
}
</style>