Shades of Cornflower Blue #70A8FB
Tints of Cornflower Blue #70A8FB
RGB
CMYK
RGB Variations
Color information
#70A8FB (or 0x70A8FB) is known color: Cornflower Blue. HEX triplet: 70, A8 and FB. RGB value is (112,168,251). Sum of RGB (Red+Green+Blue) = 112+168+251=531 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.09% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #70A8FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A8FB is #8F5704. Grayscale: #A0A0A0. Windows color (decimal): -9393925 or 16492656. OLE color: 16492656.
HSL color Cylindrical-coordinate representation of color #70A8FB: hue angle of 215.83º 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 #70A8FB is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 168 | 251 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.02 |
| HSL | 215.83º | 0.95% | 0.71% | - |
| HSV(B) | 215.83º | 0.55% | 0.98% | - |
| XYZ | 38.1 | 38.42 | 96.67 | - |
| YUV | 160.72 | 178.95 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 251 | 0.55 | 0.33 | 0 | 0.02 | 215.83 | 0.95 | 0.71 |
| Hex | 70 | A8 | FB | 37 | 21 | 0 | 2 | D8 | 5F | 47 |
| Octal | 160 | 250 | 373 | 67 | 41 | 0 | 2 | 330 | 137 | 107 |
| Binary | 1110000 | 10101000 | 11111011 | 110111 | 100001 | 0 | 10 | 11011000 | 1011111 | 1000111 |
Color Harmonies of #70A8FB
Complementary color
Monochromatic Colors of #70A8FB
Black with #70A8FB
Text Example
Text Example
White with #70A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A8FB; }
p { color: rgb(112,168,251); }
H1.HeaderClassName
{
color: #70A8FB;
}
.AnyTagClassName
{
color: #70A8FB;
}
</style>
background-color css
<style>
a { background-color: #70A8FB; }
a { background-color: rgb(112,168,251); }
div.DivClassName
{
background-color: #70A8FB;
}
.BgClassName
{
background-color: #70A8FB;
}
</style>
border-color css
<style>
span { border-color: #70A8FB; }
span { border-color: rgb(112,168,251); }
td.TdClassName
{
border-color: #70A8FB;
}
.TagClassName
{
border-color: #70A8FB;
}
</style>