Shades of Cornflower Blue #5086E8
Tints of Cornflower Blue #5086E8
RGB
CMYK
RGB Variations
Color information
#5086E8 (or 0x5086E8) is known color: Cornflower Blue. HEX triplet: 50, 86 and E8. RGB value is (80,134,232). Sum of RGB (Red+Green+Blue) = 80+134+232=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 232 (91.02% from 255 or 52.02% from 446); Max value from RGB is 232 - color contains mainly: blue. Hex color #5086E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5086E8 is #AF7917. Grayscale: #808080. Windows color (decimal): -11499800 or 15238736. OLE color: 15238736.
HSL color Cylindrical-coordinate representation of color #5086E8: hue angle of 218.68º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5086E8 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 134 | 232 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.09 |
| HSL | 218.68º | 0.77% | 0.61% | - |
| HSV(B) | 218.68º | 0.66% | 0.91% | - |
| XYZ | 26.4 | 24.58 | 79.7 | - |
| YUV | 129.03 | 186.11 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 232 | 0.66 | 0.42 | 0 | 0.09 | 218.68 | 0.77 | 0.61 |
| Hex | 50 | 86 | E8 | 42 | 2A | 0 | 9 | DB | 4D | 3D |
| Octal | 120 | 206 | 350 | 102 | 52 | 0 | 11 | 333 | 115 | 75 |
| Binary | 1010000 | 10000110 | 11101000 | 1000010 | 101010 | 0 | 1001 | 11011011 | 1001101 | 111101 |
Color Harmonies of #5086E8
Complementary color
Monochromatic Colors of #5086E8
Black with #5086E8
Text Example
Text Example
White with #5086E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5086E8; }
p { color: rgb(80,134,232); }
H1.HeaderClassName
{
color: #5086E8;
}
.AnyTagClassName
{
color: #5086E8;
}
</style>
background-color css
<style>
a { background-color: #5086E8; }
a { background-color: rgb(80,134,232); }
div.DivClassName
{
background-color: #5086E8;
}
.BgClassName
{
background-color: #5086E8;
}
</style>
border-color css
<style>
span { border-color: #5086E8; }
span { border-color: rgb(80,134,232); }
td.TdClassName
{
border-color: #5086E8;
}
.TagClassName
{
border-color: #5086E8;
}
</style>