Shades of Cornflower Blue #7488FC
Tints of Cornflower Blue #7488FC
RGB
CMYK
RGB Variations
Color information
#7488FC (or 0x7488FC) is known color: Cornflower Blue. HEX triplet: 74, 88 and FC. RGB value is (116,136,252). Sum of RGB (Red+Green+Blue) = 116+136+252=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #7488FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7488FC is #8B7703. Grayscale: #8E8E8E. Windows color (decimal): -9139972 or 16550004. OLE color: 16550004.
HSL color Cylindrical-coordinate representation of color #7488FC: hue angle of 231.18º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7488FC is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 136 | 252 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.01 |
| HSL | 231.18º | 0.96% | 0.72% | - |
| HSV(B) | 231.18º | 0.54% | 0.99% | - |
| XYZ | 33.58 | 28.35 | 95.8 | - |
| YUV | 143.24 | 189.37 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 252 | 0.54 | 0.46 | 0 | 0.01 | 231.18 | 0.96 | 0.72 |
| Hex | 74 | 88 | FC | 36 | 2E | 0 | 1 | E7 | 60 | 48 |
| Octal | 164 | 210 | 374 | 66 | 56 | 0 | 1 | 347 | 140 | 110 |
| Binary | 1110100 | 10001000 | 11111100 | 110110 | 101110 | 0 | 1 | 11100111 | 1100000 | 1001000 |
Color Harmonies of #7488FC
Complementary color
Monochromatic Colors of #7488FC
Black with #7488FC
Text Example
Text Example
White with #7488FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7488FC; }
p { color: rgb(116,136,252); }
H1.HeaderClassName
{
color: #7488FC;
}
.AnyTagClassName
{
color: #7488FC;
}
</style>
background-color css
<style>
a { background-color: #7488FC; }
a { background-color: rgb(116,136,252); }
div.DivClassName
{
background-color: #7488FC;
}
.BgClassName
{
background-color: #7488FC;
}
</style>
border-color css
<style>
span { border-color: #7488FC; }
span { border-color: rgb(116,136,252); }
td.TdClassName
{
border-color: #7488FC;
}
.TagClassName
{
border-color: #7488FC;
}
</style>