Shades of Cornflower Blue #7586E8
Tints of Cornflower Blue #7586E8
RGB
CMYK
RGB Variations
Color information
#7586E8 (or 0x7586E8) is known color: Cornflower Blue. HEX triplet: 75, 86 and E8. RGB value is (117,134,232). Sum of RGB (Red+Green+Blue) = 117+134+232=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 232 - color contains mainly: blue. Hex color #7586E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7586E8 is #8A7917. Grayscale: #8B8B8B. Windows color (decimal): -9074968 or 15238773. OLE color: 15238773.
HSL color Cylindrical-coordinate representation of color #7586E8: hue angle of 231.13º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7586E8 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 134 | 232 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.09 |
| HSL | 231.13º | 0.71% | 0.68% | - |
| HSV(B) | 231.13º | 0.5% | 0.91% | - |
| XYZ | 30.43 | 26.66 | 79.89 | - |
| YUV | 140.09 | 179.87 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 232 | 0.50 | 0.42 | 0 | 0.09 | 231.13 | 0.71 | 0.68 |
| Hex | 75 | 86 | E8 | 32 | 2A | 0 | 9 | E7 | 47 | 44 |
| Octal | 165 | 206 | 350 | 62 | 52 | 0 | 11 | 347 | 107 | 104 |
| Binary | 1110101 | 10000110 | 11101000 | 110010 | 101010 | 0 | 1001 | 11100111 | 1000111 | 1000100 |
Color Harmonies of #7586E8
Complementary color
Monochromatic Colors of #7586E8
Black with #7586E8
Text Example
Text Example
White with #7586E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7586E8; }
p { color: rgb(117,134,232); }
H1.HeaderClassName
{
color: #7586E8;
}
.AnyTagClassName
{
color: #7586E8;
}
</style>
background-color css
<style>
a { background-color: #7586E8; }
a { background-color: rgb(117,134,232); }
div.DivClassName
{
background-color: #7586E8;
}
.BgClassName
{
background-color: #7586E8;
}
</style>
border-color css
<style>
span { border-color: #7586E8; }
span { border-color: rgb(117,134,232); }
td.TdClassName
{
border-color: #7586E8;
}
.TagClassName
{
border-color: #7586E8;
}
</style>