Shades of Cornflower Blue #5086FF
Tints of Cornflower Blue #5086FF
RGB
CMYK
RGB Variations
Color information
#5086FF (or 0x5086FF) is known color: Cornflower Blue. HEX triplet: 50, 86 and FF. RGB value is (80,134,255). Sum of RGB (Red+Green+Blue) = 80+134+255=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #5086FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5086FF is #AF7900. Grayscale: #838383. Windows color (decimal): -11499777 or 16746064. OLE color: 16746064.
HSL color Cylindrical-coordinate representation of color #5086FF: hue angle of 221.49º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5086FF is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 134 | 255 | - |
| CMYK | 0.69 | 0.47 | 0 | 0 |
| HSL | 221.49º | 1% | 0.66% | - |
| HSV(B) | 221.49º | 0.69% | 1% | - |
| XYZ | 29.88 | 25.98 | 98.05 | - |
| YUV | 131.65 | 197.61 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 255 | 0.69 | 0.47 | 0 | 0 | 221.49 | 1 | 0.66 |
| Hex | 50 | 86 | FF | 45 | 2F | 0 | 0 | DD | 64 | 42 |
| Octal | 120 | 206 | 377 | 105 | 57 | 0 | 0 | 335 | 144 | 102 |
| Binary | 1010000 | 10000110 | 11111111 | 1000101 | 101111 | 0 | 0 | 11011101 | 1100100 | 1000010 |
Color Harmonies of #5086FF
Complementary color
Monochromatic Colors of #5086FF
Black with #5086FF
Text Example
Text Example
White with #5086FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5086FF; }
p { color: rgb(80,134,255); }
H1.HeaderClassName
{
color: #5086FF;
}
.AnyTagClassName
{
color: #5086FF;
}
</style>
background-color css
<style>
a { background-color: #5086FF; }
a { background-color: rgb(80,134,255); }
div.DivClassName
{
background-color: #5086FF;
}
.BgClassName
{
background-color: #5086FF;
}
</style>
border-color css
<style>
span { border-color: #5086FF; }
span { border-color: rgb(80,134,255); }
td.TdClassName
{
border-color: #5086FF;
}
.TagClassName
{
border-color: #5086FF;
}
</style>