Shades of Cornflower Blue #7087FA
Tints of Cornflower Blue #7087FA
RGB
CMYK
RGB Variations
Color information
#7087FA (or 0x7087FA) is known color: Cornflower Blue. HEX triplet: 70, 87 and FA. RGB value is (112,135,250). Sum of RGB (Red+Green+Blue) = 112+135+250=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #7087FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7087FA is #8F7805. Grayscale: #8C8C8C. Windows color (decimal): -9402374 or 16418672. OLE color: 16418672.
HSL color Cylindrical-coordinate representation of color #7087FA: hue angle of 230º degrees, saturation: 0.93, 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 #7087FA is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 135 | 250 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.02 |
| HSL | 230º | 0.93% | 0.71% | - |
| HSV(B) | 230º | 0.55% | 0.98% | - |
| XYZ | 32.6 | 27.67 | 94.07 | - |
| YUV | 141.23 | 189.38 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 250 | 0.55 | 0.46 | 0 | 0.02 | 230 | 0.93 | 0.71 |
| Hex | 70 | 87 | FA | 37 | 2E | 0 | 2 | E6 | 5D | 47 |
| Octal | 160 | 207 | 372 | 67 | 56 | 0 | 2 | 346 | 135 | 107 |
| Binary | 1110000 | 10000111 | 11111010 | 110111 | 101110 | 0 | 10 | 11100110 | 1011101 | 1000111 |
Color Harmonies of #7087FA
Complementary color
Monochromatic Colors of #7087FA
Black with #7087FA
Text Example
Text Example
White with #7087FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7087FA; }
p { color: rgb(112,135,250); }
H1.HeaderClassName
{
color: #7087FA;
}
.AnyTagClassName
{
color: #7087FA;
}
</style>
background-color css
<style>
a { background-color: #7087FA; }
a { background-color: rgb(112,135,250); }
div.DivClassName
{
background-color: #7087FA;
}
.BgClassName
{
background-color: #7087FA;
}
</style>
border-color css
<style>
span { border-color: #7087FA; }
span { border-color: rgb(112,135,250); }
td.TdClassName
{
border-color: #7087FA;
}
.TagClassName
{
border-color: #7087FA;
}
</style>