Shades of Cornflower Blue #70A8FA
Tints of Cornflower Blue #70A8FA
RGB
CMYK
RGB Variations
Color information
#70A8FA (or 0x70A8FA) is known color: Cornflower Blue. HEX triplet: 70, A8 and FA. RGB value is (112,168,250). Sum of RGB (Red+Green+Blue) = 112+168+250=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #70A8FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A8FA is #8F5705. Grayscale: #A0A0A0. Windows color (decimal): -9393926 or 16427120. OLE color: 16427120.
HSL color Cylindrical-coordinate representation of color #70A8FA: hue angle of 215.65º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70A8FA is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 168 | 250 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.02 |
| HSL | 215.65º | 0.93% | 0.71% | - |
| HSV(B) | 215.65º | 0.55% | 0.98% | - |
| XYZ | 37.94 | 38.35 | 95.85 | - |
| YUV | 160.6 | 178.45 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 250 | 0.55 | 0.33 | 0 | 0.02 | 215.65 | 0.93 | 0.71 |
| Hex | 70 | A8 | FA | 37 | 21 | 0 | 2 | D8 | 5D | 47 |
| Octal | 160 | 250 | 372 | 67 | 41 | 0 | 2 | 330 | 135 | 107 |
| Binary | 1110000 | 10101000 | 11111010 | 110111 | 100001 | 0 | 10 | 11011000 | 1011101 | 1000111 |
Color Harmonies of #70A8FA
Complementary color
Monochromatic Colors of #70A8FA
Black with #70A8FA
Text Example
Text Example
White with #70A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A8FA; }
p { color: rgb(112,168,250); }
H1.HeaderClassName
{
color: #70A8FA;
}
.AnyTagClassName
{
color: #70A8FA;
}
</style>
background-color css
<style>
a { background-color: #70A8FA; }
a { background-color: rgb(112,168,250); }
div.DivClassName
{
background-color: #70A8FA;
}
.BgClassName
{
background-color: #70A8FA;
}
</style>
border-color css
<style>
span { border-color: #70A8FA; }
span { border-color: rgb(112,168,250); }
td.TdClassName
{
border-color: #70A8FA;
}
.TagClassName
{
border-color: #70A8FA;
}
</style>