Shades of Cornflower Blue #7494FF
Tints of Cornflower Blue #7494FF
RGB
CMYK
RGB Variations
Color information
#7494FF (or 0x7494FF) is known color: Cornflower Blue. HEX triplet: 74, 94 and FF. RGB value is (116,148,255). Sum of RGB (Red+Green+Blue) = 116+148+255=519 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.35% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #7494FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7494FF is #8B6B00. Grayscale: #969696. Windows color (decimal): -9136897 or 16749684. OLE color: 16749684.
HSL color Cylindrical-coordinate representation of color #7494FF: hue angle of 226.19º 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 #7494FF is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 148 | 255 | - |
| CMYK | 0.55 | 0.42 | 0 | 0 |
| HSL | 226.19º | 1% | 0.73% | - |
| HSV(B) | 226.19º | 0.55% | 1% | - |
| XYZ | 35.84 | 32.11 | 98.92 | - |
| YUV | 150.63 | 186.9 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 148 | 255 | 0.55 | 0.42 | 0 | 0 | 226.19 | 1 | 0.73 |
| Hex | 74 | 94 | FF | 37 | 2A | 0 | 0 | E2 | 64 | 49 |
| Octal | 164 | 224 | 377 | 67 | 52 | 0 | 0 | 342 | 144 | 111 |
| Binary | 1110100 | 10010100 | 11111111 | 110111 | 101010 | 0 | 0 | 11100010 | 1100100 | 1001001 |
Color Harmonies of #7494FF
Complementary color
Monochromatic Colors of #7494FF
Black with #7494FF
Text Example
Text Example
White with #7494FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7494FF; }
p { color: rgb(116,148,255); }
H1.HeaderClassName
{
color: #7494FF;
}
.AnyTagClassName
{
color: #7494FF;
}
</style>
background-color css
<style>
a { background-color: #7494FF; }
a { background-color: rgb(116,148,255); }
div.DivClassName
{
background-color: #7494FF;
}
.BgClassName
{
background-color: #7494FF;
}
</style>
border-color css
<style>
span { border-color: #7494FF; }
span { border-color: rgb(116,148,255); }
td.TdClassName
{
border-color: #7494FF;
}
.TagClassName
{
border-color: #7494FF;
}
</style>