Shades of Cornflower Blue #7497DF
Tints of Cornflower Blue #7497DF
RGB
CMYK
RGB Variations
Color information
#7497DF (or 0x7497DF) is known color: Cornflower Blue. HEX triplet: 74, 97 and DF. RGB value is (116,151,223). Sum of RGB (Red+Green+Blue) = 116+151+223=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #7497DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7497DF is #8B6820. Grayscale: #949494. Windows color (decimal): -9136161 or 14653300. OLE color: 14653300.
HSL color Cylindrical-coordinate representation of color #7497DF: hue angle of 220.37º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7497DF is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 151 | 223 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.13 |
| HSL | 220.37º | 0.63% | 0.66% | - |
| HSV(B) | 220.37º | 0.48% | 0.87% | - |
| XYZ | 31.59 | 31.17 | 74.16 | - |
| YUV | 148.74 | 169.9 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 223 | 0.48 | 0.32 | 0 | 0.13 | 220.37 | 0.63 | 0.66 |
| Hex | 74 | 97 | DF | 30 | 20 | 0 | D | DC | 3F | 42 |
| Octal | 164 | 227 | 337 | 60 | 40 | 0 | 15 | 334 | 77 | 102 |
| Binary | 1110100 | 10010111 | 11011111 | 110000 | 100000 | 0 | 1101 | 11011100 | 111111 | 1000010 |
Color Harmonies of #7497DF
Complementary color
Monochromatic Colors of #7497DF
Black with #7497DF
Text Example
Text Example
White with #7497DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7497DF; }
p { color: rgb(116,151,223); }
H1.HeaderClassName
{
color: #7497DF;
}
.AnyTagClassName
{
color: #7497DF;
}
</style>
background-color css
<style>
a { background-color: #7497DF; }
a { background-color: rgb(116,151,223); }
div.DivClassName
{
background-color: #7497DF;
}
.BgClassName
{
background-color: #7497DF;
}
</style>
border-color css
<style>
span { border-color: #7497DF; }
span { border-color: rgb(116,151,223); }
td.TdClassName
{
border-color: #7497DF;
}
.TagClassName
{
border-color: #7497DF;
}
</style>