Shades of Cornflower Blue #70A2FA
Tints of Cornflower Blue #70A2FA
RGB
CMYK
RGB Variations
Color information
#70A2FA (or 0x70A2FA) is known color: Cornflower Blue. HEX triplet: 70, A2 and FA. RGB value is (112,162,250). Sum of RGB (Red+Green+Blue) = 112+162+250=524 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.37% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #70A2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A2FA is #8F5D05. Grayscale: #9C9C9C. Windows color (decimal): -9395462 or 16425584. OLE color: 16425584.
HSL color Cylindrical-coordinate representation of color #70A2FA: hue angle of 218.26º 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 #70A2FA is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 162 | 250 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.02 |
| HSL | 218.26º | 0.93% | 0.71% | - |
| HSV(B) | 218.26º | 0.55% | 0.98% | - |
| XYZ | 36.86 | 36.19 | 95.48 | - |
| YUV | 157.08 | 180.44 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 250 | 0.55 | 0.35 | 0 | 0.02 | 218.26 | 0.93 | 0.71 |
| Hex | 70 | A2 | FA | 37 | 23 | 0 | 2 | DA | 5D | 47 |
| Octal | 160 | 242 | 372 | 67 | 43 | 0 | 2 | 332 | 135 | 107 |
| Binary | 1110000 | 10100010 | 11111010 | 110111 | 100011 | 0 | 10 | 11011010 | 1011101 | 1000111 |
Color Harmonies of #70A2FA
Complementary color
Monochromatic Colors of #70A2FA
Black with #70A2FA
Text Example
Text Example
White with #70A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A2FA; }
p { color: rgb(112,162,250); }
H1.HeaderClassName
{
color: #70A2FA;
}
.AnyTagClassName
{
color: #70A2FA;
}
</style>
background-color css
<style>
a { background-color: #70A2FA; }
a { background-color: rgb(112,162,250); }
div.DivClassName
{
background-color: #70A2FA;
}
.BgClassName
{
background-color: #70A2FA;
}
</style>
border-color css
<style>
span { border-color: #70A2FA; }
span { border-color: rgb(112,162,250); }
td.TdClassName
{
border-color: #70A2FA;
}
.TagClassName
{
border-color: #70A2FA;
}
</style>