Shades of Cornflower Blue #70A1F0
Tints of Cornflower Blue #70A1F0
RGB
CMYK
RGB Variations
Color information
#70A1F0 (or 0x70A1F0) is known color: Cornflower Blue. HEX triplet: 70, A1 and F0. RGB value is (112,161,240). Sum of RGB (Red+Green+Blue) = 112+161+240=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #70A1F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A1F0 is #8F5E0F. Grayscale: #9A9A9A. Windows color (decimal): -9395728 or 15769968. OLE color: 15769968.
HSL color Cylindrical-coordinate representation of color #70A1F0: hue angle of 217.03º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70A1F0 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 161 | 240 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.06 |
| HSL | 217.03º | 0.81% | 0.69% | - |
| HSV(B) | 217.03º | 0.53% | 0.94% | - |
| XYZ | 35.16 | 35.23 | 87.38 | - |
| YUV | 155.36 | 175.77 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 240 | 0.53 | 0.33 | 0 | 0.06 | 217.03 | 0.81 | 0.69 |
| Hex | 70 | A1 | F0 | 35 | 21 | 0 | 6 | D9 | 51 | 45 |
| Octal | 160 | 241 | 360 | 65 | 41 | 0 | 6 | 331 | 121 | 105 |
| Binary | 1110000 | 10100001 | 11110000 | 110101 | 100001 | 0 | 110 | 11011001 | 1010001 | 1000101 |
Color Harmonies of #70A1F0
Complementary color
Monochromatic Colors of #70A1F0
Black with #70A1F0
Text Example
Text Example
White with #70A1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A1F0; }
p { color: rgb(112,161,240); }
H1.HeaderClassName
{
color: #70A1F0;
}
.AnyTagClassName
{
color: #70A1F0;
}
</style>
background-color css
<style>
a { background-color: #70A1F0; }
a { background-color: rgb(112,161,240); }
div.DivClassName
{
background-color: #70A1F0;
}
.BgClassName
{
background-color: #70A1F0;
}
</style>
border-color css
<style>
span { border-color: #70A1F0; }
span { border-color: rgb(112,161,240); }
td.TdClassName
{
border-color: #70A1F0;
}
.TagClassName
{
border-color: #70A1F0;
}
</style>