Shades of Cornflower Blue #5180EC
Tints of Cornflower Blue #5180EC
RGB
CMYK
RGB Variations
Color information
#5180EC (or 0x5180EC) is known color: Cornflower Blue. HEX triplet: 51, 80 and EC. RGB value is (81,128,236). Sum of RGB (Red+Green+Blue) = 81+128+236=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #5180EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5180EC is #AE7F13. Grayscale: #7D7D7D. Windows color (decimal): -11435796 or 15499345. OLE color: 15499345.
HSL color Cylindrical-coordinate representation of color #5180EC: hue angle of 221.81º 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 #5180EC is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 128 | 236 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.07 |
| HSL | 221.81º | 0.8% | 0.62% | - |
| HSV(B) | 221.81º | 0.66% | 0.93% | - |
| XYZ | 26.25 | 23.24 | 82.46 | - |
| YUV | 126.26 | 189.93 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 128 | 236 | 0.66 | 0.46 | 0 | 0.07 | 221.81 | 0.8 | 0.62 |
| Hex | 51 | 80 | EC | 42 | 2E | 0 | 7 | DE | 50 | 3E |
| Octal | 121 | 200 | 354 | 102 | 56 | 0 | 7 | 336 | 120 | 76 |
| Binary | 1010001 | 10000000 | 11101100 | 1000010 | 101110 | 0 | 111 | 11011110 | 1010000 | 111110 |
Color Harmonies of #5180EC
Complementary color
Monochromatic Colors of #5180EC
Black with #5180EC
Text Example
Text Example
White with #5180EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5180EC; }
p { color: rgb(81,128,236); }
H1.HeaderClassName
{
color: #5180EC;
}
.AnyTagClassName
{
color: #5180EC;
}
</style>
background-color css
<style>
a { background-color: #5180EC; }
a { background-color: rgb(81,128,236); }
div.DivClassName
{
background-color: #5180EC;
}
.BgClassName
{
background-color: #5180EC;
}
</style>
border-color css
<style>
span { border-color: #5180EC; }
span { border-color: rgb(81,128,236); }
td.TdClassName
{
border-color: #5180EC;
}
.TagClassName
{
border-color: #5180EC;
}
</style>