Shades of Cornflower Blue #5A80EC
Tints of Cornflower Blue #5A80EC
RGB
CMYK
RGB Variations
Color information
#5A80EC (or 0x5A80EC) is known color: Cornflower Blue. HEX triplet: 5A, 80 and EC. RGB value is (90,128,236). Sum of RGB (Red+Green+Blue) = 90+128+236=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A80EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A80EC is #A57F13. Grayscale: #808080. Windows color (decimal): -10845972 or 15499354. OLE color: 15499354.
HSL color Cylindrical-coordinate representation of color #5A80EC: hue angle of 224.38º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A80EC is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 128 | 236 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.07 |
| HSL | 224.38º | 0.79% | 0.64% | - |
| HSV(B) | 224.38º | 0.62% | 0.93% | - |
| XYZ | 27.08 | 23.67 | 82.5 | - |
| YUV | 128.95 | 188.41 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 128 | 236 | 0.62 | 0.46 | 0 | 0.07 | 224.38 | 0.79 | 0.64 |
| Hex | 5A | 80 | EC | 3E | 2E | 0 | 7 | E0 | 4F | 40 |
| Octal | 132 | 200 | 354 | 76 | 56 | 0 | 7 | 340 | 117 | 100 |
| Binary | 1011010 | 10000000 | 11101100 | 111110 | 101110 | 0 | 111 | 11100000 | 1001111 | 1000000 |
Color Harmonies of #5A80EC
Complementary color
Monochromatic Colors of #5A80EC
Black with #5A80EC
Text Example
Text Example
White with #5A80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A80EC; }
p { color: rgb(90,128,236); }
H1.HeaderClassName
{
color: #5A80EC;
}
.AnyTagClassName
{
color: #5A80EC;
}
</style>
background-color css
<style>
a { background-color: #5A80EC; }
a { background-color: rgb(90,128,236); }
div.DivClassName
{
background-color: #5A80EC;
}
.BgClassName
{
background-color: #5A80EC;
}
</style>
border-color css
<style>
span { border-color: #5A80EC; }
span { border-color: rgb(90,128,236); }
td.TdClassName
{
border-color: #5A80EC;
}
.TagClassName
{
border-color: #5A80EC;
}
</style>