Shades of Cornflower Blue #7496DB
Tints of Cornflower Blue #7496DB
RGB
CMYK
RGB Variations
Color information
#7496DB (or 0x7496DB) is known color: Cornflower Blue. HEX triplet: 74, 96 and DB. RGB value is (116,150,219). Sum of RGB (Red+Green+Blue) = 116+150+219=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #7496DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7496DB is #8B6924. Grayscale: #939393. Windows color (decimal): -9136421 or 14390900. OLE color: 14390900.
HSL color Cylindrical-coordinate representation of color #7496DB: hue angle of 220.19º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7496DB is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 150 | 219 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.14 |
| HSL | 220.19º | 0.59% | 0.66% | - |
| HSV(B) | 220.19º | 0.47% | 0.86% | - |
| XYZ | 30.89 | 30.64 | 71.3 | - |
| YUV | 147.7 | 168.24 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 219 | 0.47 | 0.32 | 0 | 0.14 | 220.19 | 0.59 | 0.66 |
| Hex | 74 | 96 | DB | 2F | 20 | 0 | E | DC | 3B | 42 |
| Octal | 164 | 226 | 333 | 57 | 40 | 0 | 16 | 334 | 73 | 102 |
| Binary | 1110100 | 10010110 | 11011011 | 101111 | 100000 | 0 | 1110 | 11011100 | 111011 | 1000010 |
Color Harmonies of #7496DB
Complementary color
Monochromatic Colors of #7496DB
Black with #7496DB
Text Example
Text Example
White with #7496DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7496DB; }
p { color: rgb(116,150,219); }
H1.HeaderClassName
{
color: #7496DB;
}
.AnyTagClassName
{
color: #7496DB;
}
</style>
background-color css
<style>
a { background-color: #7496DB; }
a { background-color: rgb(116,150,219); }
div.DivClassName
{
background-color: #7496DB;
}
.BgClassName
{
background-color: #7496DB;
}
</style>
border-color css
<style>
span { border-color: #7496DB; }
span { border-color: rgb(116,150,219); }
td.TdClassName
{
border-color: #7496DB;
}
.TagClassName
{
border-color: #7496DB;
}
</style>