Shades of Cornflower Blue #7096DF
Tints of Cornflower Blue #7096DF
RGB
CMYK
RGB Variations
Color information
#7096DF (or 0x7096DF) is known color: Cornflower Blue. HEX triplet: 70, 96 and DF. RGB value is (112,150,223). Sum of RGB (Red+Green+Blue) = 112+150+223=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #7096DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7096DF is #8F6920. Grayscale: #929292. Windows color (decimal): -9398561 or 14653040. OLE color: 14653040.
HSL color Cylindrical-coordinate representation of color #7096DF: hue angle of 219.46º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7096DF is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 150 | 223 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.13 |
| HSL | 219.46º | 0.63% | 0.66% | - |
| HSV(B) | 219.46º | 0.5% | 0.87% | - |
| XYZ | 30.91 | 30.59 | 74.09 | - |
| YUV | 146.96 | 170.91 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 223 | 0.50 | 0.33 | 0 | 0.13 | 219.46 | 0.63 | 0.66 |
| Hex | 70 | 96 | DF | 32 | 21 | 0 | D | DB | 3F | 42 |
| Octal | 160 | 226 | 337 | 62 | 41 | 0 | 15 | 333 | 77 | 102 |
| Binary | 1110000 | 10010110 | 11011111 | 110010 | 100001 | 0 | 1101 | 11011011 | 111111 | 1000010 |
Color Harmonies of #7096DF
Complementary color
Monochromatic Colors of #7096DF
Black with #7096DF
Text Example
Text Example
White with #7096DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7096DF; }
p { color: rgb(112,150,223); }
H1.HeaderClassName
{
color: #7096DF;
}
.AnyTagClassName
{
color: #7096DF;
}
</style>
background-color css
<style>
a { background-color: #7096DF; }
a { background-color: rgb(112,150,223); }
div.DivClassName
{
background-color: #7096DF;
}
.BgClassName
{
background-color: #7096DF;
}
</style>
border-color css
<style>
span { border-color: #7096DF; }
span { border-color: rgb(112,150,223); }
td.TdClassName
{
border-color: #7096DF;
}
.TagClassName
{
border-color: #7096DF;
}
</style>