Shades of Cornflower Blue #5087EF
Tints of Cornflower Blue #5087EF
RGB
CMYK
RGB Variations
Color information
#5087EF (or 0x5087EF) is known color: Cornflower Blue. HEX triplet: 50, 87 and EF. RGB value is (80,135,239). Sum of RGB (Red+Green+Blue) = 80+135+239=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #5087EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5087EF is #AF7810. Grayscale: #818181. Windows color (decimal): -11499537 or 15697744. OLE color: 15697744.
HSL color Cylindrical-coordinate representation of color #5087EF: hue angle of 219.25º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5087EF is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 135 | 239 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.06 |
| HSL | 219.25º | 0.83% | 0.63% | - |
| HSV(B) | 219.25º | 0.67% | 0.94% | - |
| XYZ | 27.55 | 25.27 | 85.09 | - |
| YUV | 130.41 | 189.28 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 239 | 0.67 | 0.44 | 0 | 0.06 | 219.25 | 0.83 | 0.63 |
| Hex | 50 | 87 | EF | 43 | 2C | 0 | 6 | DB | 53 | 3F |
| Octal | 120 | 207 | 357 | 103 | 54 | 0 | 6 | 333 | 123 | 77 |
| Binary | 1010000 | 10000111 | 11101111 | 1000011 | 101100 | 0 | 110 | 11011011 | 1010011 | 111111 |
Color Harmonies of #5087EF
Complementary color
Monochromatic Colors of #5087EF
Black with #5087EF
Text Example
Text Example
White with #5087EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5087EF; }
p { color: rgb(80,135,239); }
H1.HeaderClassName
{
color: #5087EF;
}
.AnyTagClassName
{
color: #5087EF;
}
</style>
background-color css
<style>
a { background-color: #5087EF; }
a { background-color: rgb(80,135,239); }
div.DivClassName
{
background-color: #5087EF;
}
.BgClassName
{
background-color: #5087EF;
}
</style>
border-color css
<style>
span { border-color: #5087EF; }
span { border-color: rgb(80,135,239); }
td.TdClassName
{
border-color: #5087EF;
}
.TagClassName
{
border-color: #5087EF;
}
</style>