Shades of Cornflower Blue #7488FA
Tints of Cornflower Blue #7488FA
RGB
CMYK
RGB Variations
Color information
#7488FA (or 0x7488FA) is known color: Cornflower Blue. HEX triplet: 74, 88 and FA. RGB value is (116,136,250). Sum of RGB (Red+Green+Blue) = 116+136+250=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #7488FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7488FA is #8B7705. Grayscale: #8E8E8E. Windows color (decimal): -9139974 or 16418932. OLE color: 16418932.
HSL color Cylindrical-coordinate representation of color #7488FA: hue angle of 231.04º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7488FA is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 136 | 250 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.02 |
| HSL | 231.04º | 0.93% | 0.72% | - |
| HSV(B) | 231.04º | 0.54% | 0.98% | - |
| XYZ | 33.26 | 28.22 | 94.14 | - |
| YUV | 143.02 | 188.37 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 250 | 0.54 | 0.46 | 0 | 0.02 | 231.04 | 0.93 | 0.72 |
| Hex | 74 | 88 | FA | 36 | 2E | 0 | 2 | E7 | 5D | 48 |
| Octal | 164 | 210 | 372 | 66 | 56 | 0 | 2 | 347 | 135 | 110 |
| Binary | 1110100 | 10001000 | 11111010 | 110110 | 101110 | 0 | 10 | 11100111 | 1011101 | 1001000 |
Color Harmonies of #7488FA
Complementary color
Monochromatic Colors of #7488FA
Black with #7488FA
Text Example
Text Example
White with #7488FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7488FA; }
p { color: rgb(116,136,250); }
H1.HeaderClassName
{
color: #7488FA;
}
.AnyTagClassName
{
color: #7488FA;
}
</style>
background-color css
<style>
a { background-color: #7488FA; }
a { background-color: rgb(116,136,250); }
div.DivClassName
{
background-color: #7488FA;
}
.BgClassName
{
background-color: #7488FA;
}
</style>
border-color css
<style>
span { border-color: #7488FA; }
span { border-color: rgb(116,136,250); }
td.TdClassName
{
border-color: #7488FA;
}
.TagClassName
{
border-color: #7488FA;
}
</style>