Shades of Cornflower Blue #7296FF
Tints of Cornflower Blue #7296FF
RGB
CMYK
RGB Variations
Color information
#7296FF (or 0x7296FF) is known color: Cornflower Blue. HEX triplet: 72, 96 and FF. RGB value is (114,150,255). Sum of RGB (Red+Green+Blue) = 114+150+255=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #7296FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7296FF is #8D6900. Grayscale: #969696. Windows color (decimal): -9267457 or 16750194. OLE color: 16750194.
HSL color Cylindrical-coordinate representation of color #7296FF: hue angle of 224.68º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7296FF is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 150 | 255 | - |
| CMYK | 0.55 | 0.41 | 0 | 0 |
| HSL | 224.68º | 1% | 0.72% | - |
| HSV(B) | 224.68º | 0.55% | 1% | - |
| XYZ | 35.9 | 32.61 | 99.01 | - |
| YUV | 151.21 | 186.57 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 255 | 0.55 | 0.41 | 0 | 0 | 224.68 | 1 | 0.72 |
| Hex | 72 | 96 | FF | 37 | 29 | 0 | 0 | E1 | 64 | 48 |
| Octal | 162 | 226 | 377 | 67 | 51 | 0 | 0 | 341 | 144 | 110 |
| Binary | 1110010 | 10010110 | 11111111 | 110111 | 101001 | 0 | 0 | 11100001 | 1100100 | 1001000 |
Color Harmonies of #7296FF
Complementary color
Monochromatic Colors of #7296FF
Black with #7296FF
Text Example
Text Example
White with #7296FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7296FF; }
p { color: rgb(114,150,255); }
H1.HeaderClassName
{
color: #7296FF;
}
.AnyTagClassName
{
color: #7296FF;
}
</style>
background-color css
<style>
a { background-color: #7296FF; }
a { background-color: rgb(114,150,255); }
div.DivClassName
{
background-color: #7296FF;
}
.BgClassName
{
background-color: #7296FF;
}
</style>
border-color css
<style>
span { border-color: #7296FF; }
span { border-color: rgb(114,150,255); }
td.TdClassName
{
border-color: #7296FF;
}
.TagClassName
{
border-color: #7296FF;
}
</style>