Shades of Cornflower Blue #70A2EC
Tints of Cornflower Blue #70A2EC
RGB
CMYK
RGB Variations
Color information
#70A2EC (or 0x70A2EC) is known color: Cornflower Blue. HEX triplet: 70, A2 and EC. RGB value is (112,162,236). Sum of RGB (Red+Green+Blue) = 112+162+236=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #70A2EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A2EC is #8F5D13. Grayscale: #9B9B9B. Windows color (decimal): -9395476 or 15508080. OLE color: 15508080.
HSL color Cylindrical-coordinate representation of color #70A2EC: hue angle of 215.81º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70A2EC is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 162 | 236 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.07 |
| HSL | 215.81º | 0.77% | 0.68% | - |
| HSV(B) | 215.81º | 0.53% | 0.93% | - |
| XYZ | 34.74 | 35.34 | 84.35 | - |
| YUV | 155.49 | 173.44 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 236 | 0.53 | 0.31 | 0 | 0.07 | 215.81 | 0.77 | 0.68 |
| Hex | 70 | A2 | EC | 35 | 1F | 0 | 7 | D8 | 4D | 44 |
| Octal | 160 | 242 | 354 | 65 | 37 | 0 | 7 | 330 | 115 | 104 |
| Binary | 1110000 | 10100010 | 11101100 | 110101 | 11111 | 0 | 111 | 11011000 | 1001101 | 1000100 |
Color Harmonies of #70A2EC
Complementary color
Monochromatic Colors of #70A2EC
Black with #70A2EC
Text Example
Text Example
White with #70A2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A2EC; }
p { color: rgb(112,162,236); }
H1.HeaderClassName
{
color: #70A2EC;
}
.AnyTagClassName
{
color: #70A2EC;
}
</style>
background-color css
<style>
a { background-color: #70A2EC; }
a { background-color: rgb(112,162,236); }
div.DivClassName
{
background-color: #70A2EC;
}
.BgClassName
{
background-color: #70A2EC;
}
</style>
border-color css
<style>
span { border-color: #70A2EC; }
span { border-color: rgb(112,162,236); }
td.TdClassName
{
border-color: #70A2EC;
}
.TagClassName
{
border-color: #70A2EC;
}
</style>