Shades of Cornflower Blue #7096DD
Tints of Cornflower Blue #7096DD
RGB
CMYK
RGB Variations
Color information
#7096DD (or 0x7096DD) is known color: Cornflower Blue. HEX triplet: 70, 96 and DD. RGB value is (112,150,221). Sum of RGB (Red+Green+Blue) = 112+150+221=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #7096DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7096DD is #8F6922. Grayscale: #929292. Windows color (decimal): -9398563 or 14521968. OLE color: 14521968.
HSL color Cylindrical-coordinate representation of color #7096DD: hue angle of 219.08º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7096DD is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 150 | 221 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.13 |
| HSL | 219.08º | 0.62% | 0.65% | - |
| HSV(B) | 219.08º | 0.49% | 0.87% | - |
| XYZ | 30.64 | 30.48 | 72.67 | - |
| YUV | 146.73 | 169.91 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 221 | 0.49 | 0.32 | 0 | 0.13 | 219.08 | 0.62 | 0.65 |
| Hex | 70 | 96 | DD | 31 | 20 | 0 | D | DB | 3E | 41 |
| Octal | 160 | 226 | 335 | 61 | 40 | 0 | 15 | 333 | 76 | 101 |
| Binary | 1110000 | 10010110 | 11011101 | 110001 | 100000 | 0 | 1101 | 11011011 | 111110 | 1000001 |
Color Harmonies of #7096DD
Complementary color
Monochromatic Colors of #7096DD
Black with #7096DD
Text Example
Text Example
White with #7096DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7096DD; }
p { color: rgb(112,150,221); }
H1.HeaderClassName
{
color: #7096DD;
}
.AnyTagClassName
{
color: #7096DD;
}
</style>
background-color css
<style>
a { background-color: #7096DD; }
a { background-color: rgb(112,150,221); }
div.DivClassName
{
background-color: #7096DD;
}
.BgClassName
{
background-color: #7096DD;
}
</style>
border-color css
<style>
span { border-color: #7096DD; }
span { border-color: rgb(112,150,221); }
td.TdClassName
{
border-color: #7096DD;
}
.TagClassName
{
border-color: #7096DD;
}
</style>