Shades of Cornflower Blue #7491FF
Tints of Cornflower Blue #7491FF
RGB
CMYK
RGB Variations
Color information
#7491FF (or 0x7491FF) is known color: Cornflower Blue. HEX triplet: 74, 91 and FF. RGB value is (116,145,255). Sum of RGB (Red+Green+Blue) = 116+145+255=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #7491FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7491FF is #8B6E00. Grayscale: #949494. Windows color (decimal): -9137665 or 16748916. OLE color: 16748916.
HSL color Cylindrical-coordinate representation of color #7491FF: hue angle of 227.48º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7491FF is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 145 | 255 | - |
| CMYK | 0.55 | 0.43 | 0 | 0 |
| HSL | 227.48º | 1% | 0.73% | - |
| HSV(B) | 227.48º | 0.55% | 1% | - |
| XYZ | 35.38 | 31.18 | 98.76 | - |
| YUV | 148.87 | 187.89 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 255 | 0.55 | 0.43 | 0 | 0 | 227.48 | 1 | 0.73 |
| Hex | 74 | 91 | FF | 37 | 2B | 0 | 0 | E3 | 64 | 49 |
| Octal | 164 | 221 | 377 | 67 | 53 | 0 | 0 | 343 | 144 | 111 |
| Binary | 1110100 | 10010001 | 11111111 | 110111 | 101011 | 0 | 0 | 11100011 | 1100100 | 1001001 |
Color Harmonies of #7491FF
Complementary color
Monochromatic Colors of #7491FF
Black with #7491FF
Text Example
Text Example
White with #7491FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7491FF; }
p { color: rgb(116,145,255); }
H1.HeaderClassName
{
color: #7491FF;
}
.AnyTagClassName
{
color: #7491FF;
}
</style>
background-color css
<style>
a { background-color: #7491FF; }
a { background-color: rgb(116,145,255); }
div.DivClassName
{
background-color: #7491FF;
}
.BgClassName
{
background-color: #7491FF;
}
</style>
border-color css
<style>
span { border-color: #7491FF; }
span { border-color: rgb(116,145,255); }
td.TdClassName
{
border-color: #7491FF;
}
.TagClassName
{
border-color: #7491FF;
}
</style>