Shades of Cornflower Blue #7582EF
Tints of Cornflower Blue #7582EF
RGB
CMYK
RGB Variations
Color information
#7582EF (or 0x7582EF) is known color: Cornflower Blue. HEX triplet: 75, 82 and EF. RGB value is (117,130,239). Sum of RGB (Red+Green+Blue) = 117+130+239=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #7582EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7582EF is #8A7D10. Grayscale: #8A8A8A. Windows color (decimal): -9075985 or 15696501. OLE color: 15696501.
HSL color Cylindrical-coordinate representation of color #7582EF: hue angle of 233.61º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7582EF is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 130 | 239 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.06 |
| HSL | 233.61º | 0.79% | 0.7% | - |
| HSV(B) | 233.61º | 0.51% | 0.94% | - |
| XYZ | 30.9 | 25.98 | 85.05 | - |
| YUV | 138.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 239 | 0.51 | 0.46 | 0 | 0.06 | 233.61 | 0.79 | 0.7 |
| Hex | 75 | 82 | EF | 33 | 2E | 0 | 6 | EA | 4F | 46 |
| Octal | 165 | 202 | 357 | 63 | 56 | 0 | 6 | 352 | 117 | 106 |
| Binary | 1110101 | 10000010 | 11101111 | 110011 | 101110 | 0 | 110 | 11101010 | 1001111 | 1000110 |
Color Harmonies of #7582EF
Complementary color
Monochromatic Colors of #7582EF
Black with #7582EF
Text Example
Text Example
White with #7582EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7582EF; }
p { color: rgb(117,130,239); }
H1.HeaderClassName
{
color: #7582EF;
}
.AnyTagClassName
{
color: #7582EF;
}
</style>
background-color css
<style>
a { background-color: #7582EF; }
a { background-color: rgb(117,130,239); }
div.DivClassName
{
background-color: #7582EF;
}
.BgClassName
{
background-color: #7582EF;
}
</style>
border-color css
<style>
span { border-color: #7582EF; }
span { border-color: rgb(117,130,239); }
td.TdClassName
{
border-color: #7582EF;
}
.TagClassName
{
border-color: #7582EF;
}
</style>