Shades of Cornflower Blue #5086FC
Tints of Cornflower Blue #5086FC
RGB
CMYK
RGB Variations
Color information
#5086FC (or 0x5086FC) is known color: Cornflower Blue. HEX triplet: 50, 86 and FC. RGB value is (80,134,252). Sum of RGB (Red+Green+Blue) = 80+134+252=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #5086FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5086FC is #AF7903. Grayscale: #828282. Windows color (decimal): -11499780 or 16549456. OLE color: 16549456.
HSL color Cylindrical-coordinate representation of color #5086FC: hue angle of 221.16º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5086FC is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 134 | 252 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.01 |
| HSL | 221.16º | 0.97% | 0.65% | - |
| HSV(B) | 221.16º | 0.68% | 0.99% | - |
| XYZ | 29.4 | 25.78 | 95.52 | - |
| YUV | 131.31 | 196.11 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 252 | 0.68 | 0.47 | 0 | 0.01 | 221.16 | 0.97 | 0.65 |
| Hex | 50 | 86 | FC | 44 | 2F | 0 | 1 | DD | 61 | 41 |
| Octal | 120 | 206 | 374 | 104 | 57 | 0 | 1 | 335 | 141 | 101 |
| Binary | 1010000 | 10000110 | 11111100 | 1000100 | 101111 | 0 | 1 | 11011101 | 1100001 | 1000001 |
Color Harmonies of #5086FC
Complementary color
Monochromatic Colors of #5086FC
Black with #5086FC
Text Example
Text Example
White with #5086FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5086FC; }
p { color: rgb(80,134,252); }
H1.HeaderClassName
{
color: #5086FC;
}
.AnyTagClassName
{
color: #5086FC;
}
</style>
background-color css
<style>
a { background-color: #5086FC; }
a { background-color: rgb(80,134,252); }
div.DivClassName
{
background-color: #5086FC;
}
.BgClassName
{
background-color: #5086FC;
}
</style>
border-color css
<style>
span { border-color: #5086FC; }
span { border-color: rgb(80,134,252); }
td.TdClassName
{
border-color: #5086FC;
}
.TagClassName
{
border-color: #5086FC;
}
</style>