Shades of Cornflower Blue #7087FE
Tints of Cornflower Blue #7087FE
RGB
CMYK
RGB Variations
Color information
#7087FE (or 0x7087FE) is known color: Cornflower Blue. HEX triplet: 70, 87 and FE. RGB value is (112,135,254). Sum of RGB (Red+Green+Blue) = 112+135+254=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #7087FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7087FE is #8F7801. Grayscale: #8D8D8D. Windows color (decimal): -9402370 or 16680816. OLE color: 16680816.
HSL color Cylindrical-coordinate representation of color #7087FE: hue angle of 230.28º 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 #7087FE is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 135 | 254 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.00 |
| HSL | 230.28º | 0.99% | 0.72% | - |
| HSV(B) | 230.28º | 0.56% | 1% | - |
| XYZ | 33.24 | 27.93 | 97.4 | - |
| YUV | 141.69 | 191.38 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 254 | 0.56 | 0.47 | 0 | 0.00 | 230.28 | 0.99 | 0.72 |
| Hex | 70 | 87 | FE | 38 | 2F | 0 | 0 | E6 | 63 | 48 |
| Octal | 160 | 207 | 376 | 70 | 57 | 0 | 0 | 346 | 143 | 110 |
| Binary | 1110000 | 10000111 | 11111110 | 111000 | 101111 | 0 | 0 | 11100110 | 1100011 | 1001000 |
Color Harmonies of #7087FE
Complementary color
Monochromatic Colors of #7087FE
Black with #7087FE
Text Example
Text Example
White with #7087FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7087FE; }
p { color: rgb(112,135,254); }
H1.HeaderClassName
{
color: #7087FE;
}
.AnyTagClassName
{
color: #7087FE;
}
</style>
background-color css
<style>
a { background-color: #7087FE; }
a { background-color: rgb(112,135,254); }
div.DivClassName
{
background-color: #7087FE;
}
.BgClassName
{
background-color: #7087FE;
}
</style>
border-color css
<style>
span { border-color: #7087FE; }
span { border-color: rgb(112,135,254); }
td.TdClassName
{
border-color: #7087FE;
}
.TagClassName
{
border-color: #7087FE;
}
</style>