Shades of Cornflower Blue #5086DF
Tints of Cornflower Blue #5086DF
RGB
CMYK
RGB Variations
Color information
#5086DF (or 0x5086DF) is known color: Cornflower Blue. HEX triplet: 50, 86 and DF. RGB value is (80,134,223). Sum of RGB (Red+Green+Blue) = 80+134+223=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #5086DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5086DF is #AF7920. Grayscale: #7F7F7F. Windows color (decimal): -11499809 or 14648912. OLE color: 14648912.
HSL color Cylindrical-coordinate representation of color #5086DF: hue angle of 217.34º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5086DF is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 134 | 223 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.13 |
| HSL | 217.34º | 0.69% | 0.59% | - |
| HSV(B) | 217.34º | 0.64% | 0.87% | - |
| XYZ | 25.15 | 24.08 | 73.13 | - |
| YUV | 128 | 181.61 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 223 | 0.64 | 0.40 | 0 | 0.13 | 217.34 | 0.69 | 0.59 |
| Hex | 50 | 86 | DF | 40 | 28 | 0 | D | D9 | 45 | 3B |
| Octal | 120 | 206 | 337 | 100 | 50 | 0 | 15 | 331 | 105 | 73 |
| Binary | 1010000 | 10000110 | 11011111 | 1000000 | 101000 | 0 | 1101 | 11011001 | 1000101 | 111011 |
Color Harmonies of #5086DF
Complementary color
Monochromatic Colors of #5086DF
Black with #5086DF
Text Example
Text Example
White with #5086DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5086DF; }
p { color: rgb(80,134,223); }
H1.HeaderClassName
{
color: #5086DF;
}
.AnyTagClassName
{
color: #5086DF;
}
</style>
background-color css
<style>
a { background-color: #5086DF; }
a { background-color: rgb(80,134,223); }
div.DivClassName
{
background-color: #5086DF;
}
.BgClassName
{
background-color: #5086DF;
}
</style>
border-color css
<style>
span { border-color: #5086DF; }
span { border-color: rgb(80,134,223); }
td.TdClassName
{
border-color: #5086DF;
}
.TagClassName
{
border-color: #5086DF;
}
</style>