Shades of Cornflower Blue #5086EB
Tints of Cornflower Blue #5086EB
RGB
CMYK
RGB Variations
Color information
#5086EB (or 0x5086EB) is known color: Cornflower Blue. HEX triplet: 50, 86 and EB. RGB value is (80,134,235). Sum of RGB (Red+Green+Blue) = 80+134+235=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #5086EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5086EB is #AF7914. Grayscale: #808080. Windows color (decimal): -11499797 or 15435344. OLE color: 15435344.
HSL color Cylindrical-coordinate representation of color #5086EB: hue angle of 219.1º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5086EB is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 134 | 235 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.08 |
| HSL | 219.1º | 0.79% | 0.62% | - |
| HSV(B) | 219.1º | 0.66% | 0.92% | - |
| XYZ | 26.83 | 24.75 | 81.96 | - |
| YUV | 129.37 | 187.61 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 235 | 0.66 | 0.43 | 0 | 0.08 | 219.1 | 0.79 | 0.62 |
| Hex | 50 | 86 | EB | 42 | 2B | 0 | 8 | DB | 4F | 3E |
| Octal | 120 | 206 | 353 | 102 | 53 | 0 | 10 | 333 | 117 | 76 |
| Binary | 1010000 | 10000110 | 11101011 | 1000010 | 101011 | 0 | 1000 | 11011011 | 1001111 | 111110 |
Color Harmonies of #5086EB
Complementary color
Monochromatic Colors of #5086EB
Black with #5086EB
Text Example
Text Example
White with #5086EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5086EB; }
p { color: rgb(80,134,235); }
H1.HeaderClassName
{
color: #5086EB;
}
.AnyTagClassName
{
color: #5086EB;
}
</style>
background-color css
<style>
a { background-color: #5086EB; }
a { background-color: rgb(80,134,235); }
div.DivClassName
{
background-color: #5086EB;
}
.BgClassName
{
background-color: #5086EB;
}
</style>
border-color css
<style>
span { border-color: #5086EB; }
span { border-color: rgb(80,134,235); }
td.TdClassName
{
border-color: #5086EB;
}
.TagClassName
{
border-color: #5086EB;
}
</style>