Shades of Cornflower Blue #7488E5
Tints of Cornflower Blue #7488E5
RGB
CMYK
RGB Variations
Color information
#7488E5 (or 0x7488E5) is known color: Cornflower Blue. HEX triplet: 74, 88 and E5. RGB value is (116,136,229). Sum of RGB (Red+Green+Blue) = 116+136+229=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #7488E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7488E5 is #8B771A. Grayscale: #8C8C8C. Windows color (decimal): -9139995 or 15042676. OLE color: 15042676.
HSL color Cylindrical-coordinate representation of color #7488E5: hue angle of 229.38º 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 #7488E5 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 136 | 229 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.10 |
| HSL | 229.38º | 0.68% | 0.68% | - |
| HSV(B) | 229.38º | 0.49% | 0.9% | - |
| XYZ | 30.15 | 26.98 | 77.75 | - |
| YUV | 140.62 | 177.87 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 229 | 0.49 | 0.41 | 0 | 0.10 | 229.38 | 0.68 | 0.68 |
| Hex | 74 | 88 | E5 | 31 | 29 | 0 | A | E5 | 44 | 44 |
| Octal | 164 | 210 | 345 | 61 | 51 | 0 | 12 | 345 | 104 | 104 |
| Binary | 1110100 | 10001000 | 11100101 | 110001 | 101001 | 0 | 1010 | 11100101 | 1000100 | 1000100 |
Color Harmonies of #7488E5
Complementary color
Monochromatic Colors of #7488E5
Black with #7488E5
Text Example
Text Example
White with #7488E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7488E5; }
p { color: rgb(116,136,229); }
H1.HeaderClassName
{
color: #7488E5;
}
.AnyTagClassName
{
color: #7488E5;
}
</style>
background-color css
<style>
a { background-color: #7488E5; }
a { background-color: rgb(116,136,229); }
div.DivClassName
{
background-color: #7488E5;
}
.BgClassName
{
background-color: #7488E5;
}
</style>
border-color css
<style>
span { border-color: #7488E5; }
span { border-color: rgb(116,136,229); }
td.TdClassName
{
border-color: #7488E5;
}
.TagClassName
{
border-color: #7488E5;
}
</style>