Shades of Cornflower Blue #7494DB
Tints of Cornflower Blue #7494DB
RGB
CMYK
RGB Variations
Color information
#7494DB (or 0x7494DB) is known color: Cornflower Blue. HEX triplet: 74, 94 and DB. RGB value is (116,148,219). Sum of RGB (Red+Green+Blue) = 116+148+219=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #7494DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7494DB is #8B6B24. Grayscale: #929292. Windows color (decimal): -9136933 or 14390388. OLE color: 14390388.
HSL color Cylindrical-coordinate representation of color #7494DB: hue angle of 221.36º 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 #7494DB is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 148 | 219 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.14 |
| HSL | 221.36º | 0.59% | 0.66% | - |
| HSV(B) | 221.36º | 0.47% | 0.86% | - |
| XYZ | 30.58 | 30.01 | 71.2 | - |
| YUV | 146.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 148 | 219 | 0.47 | 0.32 | 0 | 0.14 | 221.36 | 0.59 | 0.66 |
| Hex | 74 | 94 | DB | 2F | 20 | 0 | E | DD | 3B | 42 |
| Octal | 164 | 224 | 333 | 57 | 40 | 0 | 16 | 335 | 73 | 102 |
| Binary | 1110100 | 10010100 | 11011011 | 101111 | 100000 | 0 | 1110 | 11011101 | 111011 | 1000010 |
Color Harmonies of #7494DB
Complementary color
Monochromatic Colors of #7494DB
Black with #7494DB
Text Example
Text Example
White with #7494DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7494DB; }
p { color: rgb(116,148,219); }
H1.HeaderClassName
{
color: #7494DB;
}
.AnyTagClassName
{
color: #7494DB;
}
</style>
background-color css
<style>
a { background-color: #7494DB; }
a { background-color: rgb(116,148,219); }
div.DivClassName
{
background-color: #7494DB;
}
.BgClassName
{
background-color: #7494DB;
}
</style>
border-color css
<style>
span { border-color: #7494DB; }
span { border-color: rgb(116,148,219); }
td.TdClassName
{
border-color: #7494DB;
}
.TagClassName
{
border-color: #7494DB;
}
</style>