Shades of Cornflower Blue #5A82EC
Tints of Cornflower Blue #5A82EC
RGB
CMYK
RGB Variations
Color information
#5A82EC (or 0x5A82EC) is known color: Cornflower Blue. HEX triplet: 5A, 82 and EC. RGB value is (90,130,236). Sum of RGB (Red+Green+Blue) = 90+130+236=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A82EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A82EC is #A57D13. Grayscale: #818181. Windows color (decimal): -10845460 or 15499866. OLE color: 15499866.
HSL color Cylindrical-coordinate representation of color #5A82EC: hue angle of 223.56º 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 #5A82EC is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 130 | 236 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.07 |
| HSL | 223.56º | 0.79% | 0.64% | - |
| HSV(B) | 223.56º | 0.62% | 0.93% | - |
| XYZ | 27.34 | 24.2 | 82.59 | - |
| YUV | 130.12 | 187.75 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 236 | 0.62 | 0.45 | 0 | 0.07 | 223.56 | 0.79 | 0.64 |
| Hex | 5A | 82 | EC | 3E | 2D | 0 | 7 | E0 | 4F | 40 |
| Octal | 132 | 202 | 354 | 76 | 55 | 0 | 7 | 340 | 117 | 100 |
| Binary | 1011010 | 10000010 | 11101100 | 111110 | 101101 | 0 | 111 | 11100000 | 1001111 | 1000000 |
Color Harmonies of #5A82EC
Complementary color
Monochromatic Colors of #5A82EC
Black with #5A82EC
Text Example
Text Example
White with #5A82EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A82EC; }
p { color: rgb(90,130,236); }
H1.HeaderClassName
{
color: #5A82EC;
}
.AnyTagClassName
{
color: #5A82EC;
}
</style>
background-color css
<style>
a { background-color: #5A82EC; }
a { background-color: rgb(90,130,236); }
div.DivClassName
{
background-color: #5A82EC;
}
.BgClassName
{
background-color: #5A82EC;
}
</style>
border-color css
<style>
span { border-color: #5A82EC; }
span { border-color: rgb(90,130,236); }
td.TdClassName
{
border-color: #5A82EC;
}
.TagClassName
{
border-color: #5A82EC;
}
</style>