Shades of Cornflower Blue #70A7FB
Tints of Cornflower Blue #70A7FB
RGB
CMYK
RGB Variations
Color information
#70A7FB (or 0x70A7FB) is known color: Cornflower Blue. HEX triplet: 70, A7 and FB. RGB value is (112,167,251). Sum of RGB (Red+Green+Blue) = 112+167+251=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #70A7FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A7FB is #8F5804. Grayscale: #9F9F9F. Windows color (decimal): -9394181 or 16492400. OLE color: 16492400.
HSL color Cylindrical-coordinate representation of color #70A7FB: hue angle of 216.26º degrees, saturation: 0.95, 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 #70A7FB is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 167 | 251 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.02 |
| HSL | 216.26º | 0.95% | 0.71% | - |
| HSV(B) | 216.26º | 0.55% | 0.98% | - |
| XYZ | 37.91 | 38.05 | 96.61 | - |
| YUV | 160.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 167 | 251 | 0.55 | 0.33 | 0 | 0.02 | 216.26 | 0.95 | 0.71 |
| Hex | 70 | A7 | FB | 37 | 21 | 0 | 2 | D8 | 5F | 47 |
| Octal | 160 | 247 | 373 | 67 | 41 | 0 | 2 | 330 | 137 | 107 |
| Binary | 1110000 | 10100111 | 11111011 | 110111 | 100001 | 0 | 10 | 11011000 | 1011111 | 1000111 |
Color Harmonies of #70A7FB
Complementary color
Monochromatic Colors of #70A7FB
Black with #70A7FB
Text Example
Text Example
White with #70A7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A7FB; }
p { color: rgb(112,167,251); }
H1.HeaderClassName
{
color: #70A7FB;
}
.AnyTagClassName
{
color: #70A7FB;
}
</style>
background-color css
<style>
a { background-color: #70A7FB; }
a { background-color: rgb(112,167,251); }
div.DivClassName
{
background-color: #70A7FB;
}
.BgClassName
{
background-color: #70A7FB;
}
</style>
border-color css
<style>
span { border-color: #70A7FB; }
span { border-color: rgb(112,167,251); }
td.TdClassName
{
border-color: #70A7FB;
}
.TagClassName
{
border-color: #70A7FB;
}
</style>