Shades of Cornflower Blue #7488FE
Tints of Cornflower Blue #7488FE
RGB
CMYK
RGB Variations
Color information
#7488FE (or 0x7488FE) is known color: Cornflower Blue. HEX triplet: 74, 88 and FE. RGB value is (116,136,254). Sum of RGB (Red+Green+Blue) = 116+136+254=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #7488FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7488FE is #8B7701. Grayscale: #8E8E8E. Windows color (decimal): -9139970 or 16681076. OLE color: 16681076.
HSL color Cylindrical-coordinate representation of color #7488FE: hue angle of 231.3º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7488FE is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 136 | 254 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.00 |
| HSL | 231.3º | 0.99% | 0.73% | - |
| HSV(B) | 231.3º | 0.54% | 1% | - |
| XYZ | 33.9 | 28.48 | 97.48 | - |
| YUV | 143.47 | 190.37 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 254 | 0.54 | 0.46 | 0 | 0.00 | 231.3 | 0.99 | 0.73 |
| Hex | 74 | 88 | FE | 36 | 2E | 0 | 0 | E7 | 63 | 49 |
| Octal | 164 | 210 | 376 | 66 | 56 | 0 | 0 | 347 | 143 | 111 |
| Binary | 1110100 | 10001000 | 11111110 | 110110 | 101110 | 0 | 0 | 11100111 | 1100011 | 1001001 |
Color Harmonies of #7488FE
Complementary color
Monochromatic Colors of #7488FE
Black with #7488FE
Text Example
Text Example
White with #7488FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7488FE; }
p { color: rgb(116,136,254); }
H1.HeaderClassName
{
color: #7488FE;
}
.AnyTagClassName
{
color: #7488FE;
}
</style>
background-color css
<style>
a { background-color: #7488FE; }
a { background-color: rgb(116,136,254); }
div.DivClassName
{
background-color: #7488FE;
}
.BgClassName
{
background-color: #7488FE;
}
</style>
border-color css
<style>
span { border-color: #7488FE; }
span { border-color: rgb(116,136,254); }
td.TdClassName
{
border-color: #7488FE;
}
.TagClassName
{
border-color: #7488FE;
}
</style>