Shades of Cornflower Blue #70A6FC
Tints of Cornflower Blue #70A6FC
RGB
CMYK
RGB Variations
Color information
#70A6FC (or 0x70A6FC) is known color: Cornflower Blue. HEX triplet: 70, A6 and FC. RGB value is (112,166,252). Sum of RGB (Red+Green+Blue) = 112+166+252=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #70A6FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A6FC is #8F5903. Grayscale: #9F9F9F. Windows color (decimal): -9394436 or 16557680. OLE color: 16557680.
HSL color Cylindrical-coordinate representation of color #70A6FC: hue angle of 216.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70A6FC is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 166 | 252 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.01 |
| HSL | 216.86º | 0.96% | 0.71% | - |
| HSV(B) | 216.86º | 0.56% | 0.99% | - |
| XYZ | 37.89 | 37.75 | 97.38 | - |
| YUV | 159.66 | 180.11 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 252 | 0.56 | 0.34 | 0 | 0.01 | 216.86 | 0.96 | 0.71 |
| Hex | 70 | A6 | FC | 38 | 22 | 0 | 1 | D9 | 60 | 47 |
| Octal | 160 | 246 | 374 | 70 | 42 | 0 | 1 | 331 | 140 | 107 |
| Binary | 1110000 | 10100110 | 11111100 | 111000 | 100010 | 0 | 1 | 11011001 | 1100000 | 1000111 |
Color Harmonies of #70A6FC
Complementary color
Monochromatic Colors of #70A6FC
Black with #70A6FC
Text Example
Text Example
White with #70A6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A6FC; }
p { color: rgb(112,166,252); }
H1.HeaderClassName
{
color: #70A6FC;
}
.AnyTagClassName
{
color: #70A6FC;
}
</style>
background-color css
<style>
a { background-color: #70A6FC; }
a { background-color: rgb(112,166,252); }
div.DivClassName
{
background-color: #70A6FC;
}
.BgClassName
{
background-color: #70A6FC;
}
</style>
border-color css
<style>
span { border-color: #70A6FC; }
span { border-color: rgb(112,166,252); }
td.TdClassName
{
border-color: #70A6FC;
}
.TagClassName
{
border-color: #70A6FC;
}
</style>