Shades of Cornflower Blue #7096FF
Tints of Cornflower Blue #7096FF
RGB
CMYK
RGB Variations
Color information
#7096FF (or 0x7096FF) is known color: Cornflower Blue. HEX triplet: 70, 96 and FF. RGB value is (112,150,255). Sum of RGB (Red+Green+Blue) = 112+150+255=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #7096FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7096FF is #8F6900. Grayscale: #969696. Windows color (decimal): -9398529 or 16750192. OLE color: 16750192.
HSL color Cylindrical-coordinate representation of color #7096FF: hue angle of 224.06º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7096FF is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 150 | 255 | - |
| CMYK | 0.56 | 0.41 | 0 | 0 |
| HSL | 224.06º | 1% | 0.72% | - |
| HSV(B) | 224.06º | 0.56% | 1% | - |
| XYZ | 35.64 | 32.48 | 99 | - |
| YUV | 150.61 | 186.91 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 255 | 0.56 | 0.41 | 0 | 0 | 224.06 | 1 | 0.72 |
| Hex | 70 | 96 | FF | 38 | 29 | 0 | 0 | E0 | 64 | 48 |
| Octal | 160 | 226 | 377 | 70 | 51 | 0 | 0 | 340 | 144 | 110 |
| Binary | 1110000 | 10010110 | 11111111 | 111000 | 101001 | 0 | 0 | 11100000 | 1100100 | 1001000 |
Color Harmonies of #7096FF
Complementary color
Monochromatic Colors of #7096FF
Black with #7096FF
Text Example
Text Example
White with #7096FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7096FF; }
p { color: rgb(112,150,255); }
H1.HeaderClassName
{
color: #7096FF;
}
.AnyTagClassName
{
color: #7096FF;
}
</style>
background-color css
<style>
a { background-color: #7096FF; }
a { background-color: rgb(112,150,255); }
div.DivClassName
{
background-color: #7096FF;
}
.BgClassName
{
background-color: #7096FF;
}
</style>
border-color css
<style>
span { border-color: #7096FF; }
span { border-color: rgb(112,150,255); }
td.TdClassName
{
border-color: #7096FF;
}
.TagClassName
{
border-color: #7096FF;
}
</style>