Shades of Cornflower Blue #70A1FE
Tints of Cornflower Blue #70A1FE
RGB
CMYK
RGB Variations
Color information
#70A1FE (or 0x70A1FE) is known color: Cornflower Blue. HEX triplet: 70, A1 and FE. RGB value is (112,161,254). Sum of RGB (Red+Green+Blue) = 112+161+254=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #70A1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A1FE is #8F5E01. Grayscale: #9C9C9C. Windows color (decimal): -9395714 or 16687472. OLE color: 16687472.
HSL color Cylindrical-coordinate representation of color #70A1FE: hue angle of 219.3º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70A1FE is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 161 | 254 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.00 |
| HSL | 219.3º | 0.99% | 0.72% | - |
| HSV(B) | 219.3º | 0.56% | 1% | - |
| XYZ | 37.32 | 36.09 | 98.77 | - |
| YUV | 156.95 | 182.77 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 254 | 0.56 | 0.37 | 0 | 0.00 | 219.3 | 0.99 | 0.72 |
| Hex | 70 | A1 | FE | 38 | 25 | 0 | 0 | DB | 63 | 48 |
| Octal | 160 | 241 | 376 | 70 | 45 | 0 | 0 | 333 | 143 | 110 |
| Binary | 1110000 | 10100001 | 11111110 | 111000 | 100101 | 0 | 0 | 11011011 | 1100011 | 1001000 |
Color Harmonies of #70A1FE
Complementary color
Monochromatic Colors of #70A1FE
Black with #70A1FE
Text Example
Text Example
White with #70A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A1FE; }
p { color: rgb(112,161,254); }
H1.HeaderClassName
{
color: #70A1FE;
}
.AnyTagClassName
{
color: #70A1FE;
}
</style>
background-color css
<style>
a { background-color: #70A1FE; }
a { background-color: rgb(112,161,254); }
div.DivClassName
{
background-color: #70A1FE;
}
.BgClassName
{
background-color: #70A1FE;
}
</style>
border-color css
<style>
span { border-color: #70A1FE; }
span { border-color: rgb(112,161,254); }
td.TdClassName
{
border-color: #70A1FE;
}
.TagClassName
{
border-color: #70A1FE;
}
</style>