Shades of Cornflower Blue #70A6F3
Tints of Cornflower Blue #70A6F3
RGB
CMYK
RGB Variations
Color information
#70A6F3 (or 0x70A6F3) is known color: Cornflower Blue. HEX triplet: 70, A6 and F3. RGB value is (112,166,243). Sum of RGB (Red+Green+Blue) = 112+166+243=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #70A6F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A6F3 is #8F590C. Grayscale: #9E9E9E. Windows color (decimal): -9394445 or 15967856. OLE color: 15967856.
HSL color Cylindrical-coordinate representation of color #70A6F3: hue angle of 215.27º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70A6F3 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 166 | 243 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.05 |
| HSL | 215.27º | 0.85% | 0.7% | - |
| HSV(B) | 215.27º | 0.54% | 0.95% | - |
| XYZ | 36.5 | 37.19 | 90.05 | - |
| YUV | 158.63 | 175.61 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 243 | 0.54 | 0.32 | 0 | 0.05 | 215.27 | 0.85 | 0.7 |
| Hex | 70 | A6 | F3 | 36 | 20 | 0 | 5 | D7 | 55 | 46 |
| Octal | 160 | 246 | 363 | 66 | 40 | 0 | 5 | 327 | 125 | 106 |
| Binary | 1110000 | 10100110 | 11110011 | 110110 | 100000 | 0 | 101 | 11010111 | 1010101 | 1000110 |
Color Harmonies of #70A6F3
Complementary color
Monochromatic Colors of #70A6F3
Black with #70A6F3
Text Example
Text Example
White with #70A6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A6F3; }
p { color: rgb(112,166,243); }
H1.HeaderClassName
{
color: #70A6F3;
}
.AnyTagClassName
{
color: #70A6F3;
}
</style>
background-color css
<style>
a { background-color: #70A6F3; }
a { background-color: rgb(112,166,243); }
div.DivClassName
{
background-color: #70A6F3;
}
.BgClassName
{
background-color: #70A6F3;
}
</style>
border-color css
<style>
span { border-color: #70A6F3; }
span { border-color: rgb(112,166,243); }
td.TdClassName
{
border-color: #70A6F3;
}
.TagClassName
{
border-color: #70A6F3;
}
</style>