Shades of Cornflower Blue #5A82EA
Tints of Cornflower Blue #5A82EA
RGB
CMYK
RGB Variations
Color information
#5A82EA (or 0x5A82EA) is known color: Cornflower Blue. HEX triplet: 5A, 82 and EA. RGB value is (90,130,234). Sum of RGB (Red+Green+Blue) = 90+130+234=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A82EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A82EA is #A57D15. Grayscale: #818181. Windows color (decimal): -10845462 or 15368794. OLE color: 15368794.
HSL color Cylindrical-coordinate representation of color #5A82EA: hue angle of 223.33º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A82EA is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 130 | 234 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.08 |
| HSL | 223.33º | 0.77% | 0.64% | - |
| HSV(B) | 223.33º | 0.62% | 0.92% | - |
| XYZ | 27.05 | 24.08 | 81.06 | - |
| YUV | 129.9 | 186.75 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 234 | 0.62 | 0.44 | 0 | 0.08 | 223.33 | 0.77 | 0.64 |
| Hex | 5A | 82 | EA | 3E | 2C | 0 | 8 | DF | 4D | 40 |
| Octal | 132 | 202 | 352 | 76 | 54 | 0 | 10 | 337 | 115 | 100 |
| Binary | 1011010 | 10000010 | 11101010 | 111110 | 101100 | 0 | 1000 | 11011111 | 1001101 | 1000000 |
Color Harmonies of #5A82EA
Complementary color
Monochromatic Colors of #5A82EA
Black with #5A82EA
Text Example
Text Example
White with #5A82EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A82EA; }
p { color: rgb(90,130,234); }
H1.HeaderClassName
{
color: #5A82EA;
}
.AnyTagClassName
{
color: #5A82EA;
}
</style>
background-color css
<style>
a { background-color: #5A82EA; }
a { background-color: rgb(90,130,234); }
div.DivClassName
{
background-color: #5A82EA;
}
.BgClassName
{
background-color: #5A82EA;
}
</style>
border-color css
<style>
span { border-color: #5A82EA; }
span { border-color: rgb(90,130,234); }
td.TdClassName
{
border-color: #5A82EA;
}
.TagClassName
{
border-color: #5A82EA;
}
</style>