Shades of Cornflower Blue #7592ED
Tints of Cornflower Blue #7592ED
RGB
CMYK
RGB Variations
Color information
#7592ED (or 0x7592ED) is known color: Cornflower Blue. HEX triplet: 75, 92 and ED. RGB value is (117,146,237). Sum of RGB (Red+Green+Blue) = 117+146+237=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #7592ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7592ED is #8A6D12. Grayscale: #939393. Windows color (decimal): -9071891 or 15569525. OLE color: 15569525.
HSL color Cylindrical-coordinate representation of color #7592ED: hue angle of 225.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7592ED is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 146 | 237 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.07 |
| HSL | 225.5º | 0.77% | 0.69% | - |
| HSV(B) | 225.5º | 0.51% | 0.93% | - |
| XYZ | 32.9 | 30.45 | 84.26 | - |
| YUV | 147.7 | 178.39 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 237 | 0.51 | 0.38 | 0 | 0.07 | 225.5 | 0.77 | 0.69 |
| Hex | 75 | 92 | ED | 33 | 26 | 0 | 7 | E2 | 4D | 45 |
| Octal | 165 | 222 | 355 | 63 | 46 | 0 | 7 | 342 | 115 | 105 |
| Binary | 1110101 | 10010010 | 11101101 | 110011 | 100110 | 0 | 111 | 11100010 | 1001101 | 1000101 |
Color Harmonies of #7592ED
Complementary color
Monochromatic Colors of #7592ED
Black with #7592ED
Text Example
Text Example
White with #7592ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7592ED; }
p { color: rgb(117,146,237); }
H1.HeaderClassName
{
color: #7592ED;
}
.AnyTagClassName
{
color: #7592ED;
}
</style>
background-color css
<style>
a { background-color: #7592ED; }
a { background-color: rgb(117,146,237); }
div.DivClassName
{
background-color: #7592ED;
}
.BgClassName
{
background-color: #7592ED;
}
</style>
border-color css
<style>
span { border-color: #7592ED; }
span { border-color: rgb(117,146,237); }
td.TdClassName
{
border-color: #7592ED;
}
.TagClassName
{
border-color: #7592ED;
}
</style>