Shades of Cornflower Blue #5087FE
Tints of Cornflower Blue #5087FE
RGB
CMYK
RGB Variations
Color information
#5087FE (or 0x5087FE) is known color: Cornflower Blue. HEX triplet: 50, 87 and FE. RGB value is (80,135,254). Sum of RGB (Red+Green+Blue) = 80+135+254=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #5087FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5087FE is #AF7801. Grayscale: #838383. Windows color (decimal): -11499522 or 16680784. OLE color: 16680784.
HSL color Cylindrical-coordinate representation of color #5087FE: hue angle of 221.03º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5087FE is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 135 | 254 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.00 |
| HSL | 221.03º | 0.99% | 0.65% | - |
| HSV(B) | 221.03º | 0.69% | 1% | - |
| XYZ | 29.86 | 26.19 | 97.25 | - |
| YUV | 132.12 | 196.78 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 254 | 0.69 | 0.47 | 0 | 0.00 | 221.03 | 0.99 | 0.65 |
| Hex | 50 | 87 | FE | 45 | 2F | 0 | 0 | DD | 63 | 41 |
| Octal | 120 | 207 | 376 | 105 | 57 | 0 | 0 | 335 | 143 | 101 |
| Binary | 1010000 | 10000111 | 11111110 | 1000101 | 101111 | 0 | 0 | 11011101 | 1100011 | 1000001 |
Color Harmonies of #5087FE
Complementary color
Monochromatic Colors of #5087FE
Black with #5087FE
Text Example
Text Example
White with #5087FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5087FE; }
p { color: rgb(80,135,254); }
H1.HeaderClassName
{
color: #5087FE;
}
.AnyTagClassName
{
color: #5087FE;
}
</style>
background-color css
<style>
a { background-color: #5087FE; }
a { background-color: rgb(80,135,254); }
div.DivClassName
{
background-color: #5087FE;
}
.BgClassName
{
background-color: #5087FE;
}
</style>
border-color css
<style>
span { border-color: #5087FE; }
span { border-color: rgb(80,135,254); }
td.TdClassName
{
border-color: #5087FE;
}
.TagClassName
{
border-color: #5087FE;
}
</style>