Shades of Cornflower Blue #7296DA
Tints of Cornflower Blue #7296DA
RGB
CMYK
RGB Variations
Color information
#7296DA (or 0x7296DA) is known color: Cornflower Blue. HEX triplet: 72, 96 and DA. RGB value is (114,150,218). Sum of RGB (Red+Green+Blue) = 114+150+218=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #7296DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7296DA is #8D6925. Grayscale: #929292. Windows color (decimal): -9267494 or 14325362. OLE color: 14325362.
HSL color Cylindrical-coordinate representation of color #7296DA: hue angle of 219.23º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7296DA is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 150 | 218 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.15 |
| HSL | 219.23º | 0.58% | 0.65% | - |
| HSV(B) | 219.23º | 0.48% | 0.85% | - |
| XYZ | 30.5 | 30.45 | 70.6 | - |
| YUV | 146.99 | 168.07 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 218 | 0.48 | 0.31 | 0 | 0.15 | 219.23 | 0.58 | 0.65 |
| Hex | 72 | 96 | DA | 30 | 1F | 0 | F | DB | 3A | 41 |
| Octal | 162 | 226 | 332 | 60 | 37 | 0 | 17 | 333 | 72 | 101 |
| Binary | 1110010 | 10010110 | 11011010 | 110000 | 11111 | 0 | 1111 | 11011011 | 111010 | 1000001 |
Color Harmonies of #7296DA
Complementary color
Monochromatic Colors of #7296DA
Black with #7296DA
Text Example
Text Example
White with #7296DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7296DA; }
p { color: rgb(114,150,218); }
H1.HeaderClassName
{
color: #7296DA;
}
.AnyTagClassName
{
color: #7296DA;
}
</style>
background-color css
<style>
a { background-color: #7296DA; }
a { background-color: rgb(114,150,218); }
div.DivClassName
{
background-color: #7296DA;
}
.BgClassName
{
background-color: #7296DA;
}
</style>
border-color css
<style>
span { border-color: #7296DA; }
span { border-color: rgb(114,150,218); }
td.TdClassName
{
border-color: #7296DA;
}
.TagClassName
{
border-color: #7296DA;
}
</style>