Shades of Cornflower Blue #7488EC
Tints of Cornflower Blue #7488EC
RGB
CMYK
RGB Variations
Color information
#7488EC (or 0x7488EC) is known color: Cornflower Blue. HEX triplet: 74, 88 and EC. RGB value is (116,136,236). Sum of RGB (Red+Green+Blue) = 116+136+236=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #7488EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7488EC is #8B7713. Grayscale: #8D8D8D. Windows color (decimal): -9139988 or 15501428. OLE color: 15501428.
HSL color Cylindrical-coordinate representation of color #7488EC: hue angle of 230º degrees, saturation: 0.76, 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 #7488EC is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 136 | 236 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.07 |
| HSL | 230º | 0.76% | 0.69% | - |
| HSV(B) | 230º | 0.51% | 0.93% | - |
| XYZ | 31.15 | 27.38 | 83 | - |
| YUV | 141.42 | 181.37 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 236 | 0.51 | 0.42 | 0 | 0.07 | 230 | 0.76 | 0.69 |
| Hex | 74 | 88 | EC | 33 | 2A | 0 | 7 | E6 | 4C | 45 |
| Octal | 164 | 210 | 354 | 63 | 52 | 0 | 7 | 346 | 114 | 105 |
| Binary | 1110100 | 10001000 | 11101100 | 110011 | 101010 | 0 | 111 | 11100110 | 1001100 | 1000101 |
Color Harmonies of #7488EC
Complementary color
Monochromatic Colors of #7488EC
Black with #7488EC
Text Example
Text Example
White with #7488EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7488EC; }
p { color: rgb(116,136,236); }
H1.HeaderClassName
{
color: #7488EC;
}
.AnyTagClassName
{
color: #7488EC;
}
</style>
background-color css
<style>
a { background-color: #7488EC; }
a { background-color: rgb(116,136,236); }
div.DivClassName
{
background-color: #7488EC;
}
.BgClassName
{
background-color: #7488EC;
}
</style>
border-color css
<style>
span { border-color: #7488EC; }
span { border-color: rgb(116,136,236); }
td.TdClassName
{
border-color: #7488EC;
}
.TagClassName
{
border-color: #7488EC;
}
</style>