Shades of Cornflower Blue #7497F2
Tints of Cornflower Blue #7497F2
RGB
CMYK
RGB Variations
Color information
#7497F2 (or 0x7497F2) is known color: Cornflower Blue. HEX triplet: 74, 97 and F2. RGB value is (116,151,242). Sum of RGB (Red+Green+Blue) = 116+151+242=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #7497F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7497F2 is #8B680D. Grayscale: #969696. Windows color (decimal): -9136142 or 15898484. OLE color: 15898484.
HSL color Cylindrical-coordinate representation of color #7497F2: hue angle of 223.33º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7497F2 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 151 | 242 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.05 |
| HSL | 223.33º | 0.83% | 0.7% | - |
| HSV(B) | 223.33º | 0.52% | 0.95% | - |
| XYZ | 34.3 | 32.26 | 88.42 | - |
| YUV | 150.91 | 179.4 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 242 | 0.52 | 0.38 | 0 | 0.05 | 223.33 | 0.83 | 0.7 |
| Hex | 74 | 97 | F2 | 34 | 26 | 0 | 5 | DF | 53 | 46 |
| Octal | 164 | 227 | 362 | 64 | 46 | 0 | 5 | 337 | 123 | 106 |
| Binary | 1110100 | 10010111 | 11110010 | 110100 | 100110 | 0 | 101 | 11011111 | 1010011 | 1000110 |
Color Harmonies of #7497F2
Complementary color
Monochromatic Colors of #7497F2
Black with #7497F2
Text Example
Text Example
White with #7497F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7497F2; }
p { color: rgb(116,151,242); }
H1.HeaderClassName
{
color: #7497F2;
}
.AnyTagClassName
{
color: #7497F2;
}
</style>
background-color css
<style>
a { background-color: #7497F2; }
a { background-color: rgb(116,151,242); }
div.DivClassName
{
background-color: #7497F2;
}
.BgClassName
{
background-color: #7497F2;
}
</style>
border-color css
<style>
span { border-color: #7497F2; }
span { border-color: rgb(116,151,242); }
td.TdClassName
{
border-color: #7497F2;
}
.TagClassName
{
border-color: #7497F2;
}
</style>