Shades of Cornflower Blue #5186EC
Tints of Cornflower Blue #5186EC
RGB
CMYK
RGB Variations
Color information
#5186EC (or 0x5186EC) is known color: Cornflower Blue. HEX triplet: 51, 86 and EC. RGB value is (81,134,236). Sum of RGB (Red+Green+Blue) = 81+134+236=451 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.96% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #5186EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5186EC is #AE7913. Grayscale: #818181. Windows color (decimal): -11434260 or 15500881. OLE color: 15500881.
HSL color Cylindrical-coordinate representation of color #5186EC: hue angle of 219.48º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5186EC is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 134 | 236 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.07 |
| HSL | 219.48º | 0.8% | 0.62% | - |
| HSV(B) | 219.48º | 0.66% | 0.93% | - |
| XYZ | 27.06 | 24.86 | 82.73 | - |
| YUV | 129.78 | 187.94 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 134 | 236 | 0.66 | 0.43 | 0 | 0.07 | 219.48 | 0.8 | 0.62 |
| Hex | 51 | 86 | EC | 42 | 2B | 0 | 7 | DB | 50 | 3E |
| Octal | 121 | 206 | 354 | 102 | 53 | 0 | 7 | 333 | 120 | 76 |
| Binary | 1010001 | 10000110 | 11101100 | 1000010 | 101011 | 0 | 111 | 11011011 | 1010000 | 111110 |
Color Harmonies of #5186EC
Complementary color
Monochromatic Colors of #5186EC
Black with #5186EC
Text Example
Text Example
White with #5186EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5186EC; }
p { color: rgb(81,134,236); }
H1.HeaderClassName
{
color: #5186EC;
}
.AnyTagClassName
{
color: #5186EC;
}
</style>
background-color css
<style>
a { background-color: #5186EC; }
a { background-color: rgb(81,134,236); }
div.DivClassName
{
background-color: #5186EC;
}
.BgClassName
{
background-color: #5186EC;
}
</style>
border-color css
<style>
span { border-color: #5186EC; }
span { border-color: rgb(81,134,236); }
td.TdClassName
{
border-color: #5186EC;
}
.TagClassName
{
border-color: #5186EC;
}
</style>