Shades of Cornflower Blue #5087FB
Tints of Cornflower Blue #5087FB
RGB
CMYK
RGB Variations
Color information
#5087FB (or 0x5087FB) is known color: Cornflower Blue. HEX triplet: 50, 87 and FB. RGB value is (80,135,251). Sum of RGB (Red+Green+Blue) = 80+135+251=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #5087FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5087FB is #AF7804. Grayscale: #838383. Windows color (decimal): -11499525 or 16484176. OLE color: 16484176.
HSL color Cylindrical-coordinate representation of color #5087FB: hue angle of 220.7º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5087FB is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 135 | 251 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.02 |
| HSL | 220.7º | 0.96% | 0.65% | - |
| HSV(B) | 220.7º | 0.68% | 0.98% | - |
| XYZ | 29.38 | 26 | 94.74 | - |
| YUV | 131.78 | 195.28 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 251 | 0.68 | 0.46 | 0 | 0.02 | 220.7 | 0.96 | 0.65 |
| Hex | 50 | 87 | FB | 44 | 2E | 0 | 2 | DD | 60 | 41 |
| Octal | 120 | 207 | 373 | 104 | 56 | 0 | 2 | 335 | 140 | 101 |
| Binary | 1010000 | 10000111 | 11111011 | 1000100 | 101110 | 0 | 10 | 11011101 | 1100000 | 1000001 |
Color Harmonies of #5087FB
Complementary color
Monochromatic Colors of #5087FB
Black with #5087FB
Text Example
Text Example
White with #5087FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5087FB; }
p { color: rgb(80,135,251); }
H1.HeaderClassName
{
color: #5087FB;
}
.AnyTagClassName
{
color: #5087FB;
}
</style>
background-color css
<style>
a { background-color: #5087FB; }
a { background-color: rgb(80,135,251); }
div.DivClassName
{
background-color: #5087FB;
}
.BgClassName
{
background-color: #5087FB;
}
</style>
border-color css
<style>
span { border-color: #5087FB; }
span { border-color: rgb(80,135,251); }
td.TdClassName
{
border-color: #5087FB;
}
.TagClassName
{
border-color: #5087FB;
}
</style>