Shades of Cornflower Blue #5A82EF
Tints of Cornflower Blue #5A82EF
RGB
CMYK
RGB Variations
Color information
#5A82EF (or 0x5A82EF) is known color: Cornflower Blue. HEX triplet: 5A, 82 and EF. RGB value is (90,130,239). Sum of RGB (Red+Green+Blue) = 90+130+239=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A82EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A82EF is #A57D10. Grayscale: #818181. Windows color (decimal): -10845457 or 15696474. OLE color: 15696474.
HSL color Cylindrical-coordinate representation of color #5A82EF: hue angle of 223.89º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A82EF is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 130 | 239 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.06 |
| HSL | 223.89º | 0.82% | 0.65% | - |
| HSV(B) | 223.89º | 0.62% | 0.94% | - |
| XYZ | 27.78 | 24.37 | 84.9 | - |
| YUV | 130.47 | 189.25 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 239 | 0.62 | 0.46 | 0 | 0.06 | 223.89 | 0.82 | 0.65 |
| Hex | 5A | 82 | EF | 3E | 2E | 0 | 6 | E0 | 52 | 41 |
| Octal | 132 | 202 | 357 | 76 | 56 | 0 | 6 | 340 | 122 | 101 |
| Binary | 1011010 | 10000010 | 11101111 | 111110 | 101110 | 0 | 110 | 11100000 | 1010010 | 1000001 |
Color Harmonies of #5A82EF
Complementary color
Monochromatic Colors of #5A82EF
Black with #5A82EF
Text Example
Text Example
White with #5A82EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A82EF; }
p { color: rgb(90,130,239); }
H1.HeaderClassName
{
color: #5A82EF;
}
.AnyTagClassName
{
color: #5A82EF;
}
</style>
background-color css
<style>
a { background-color: #5A82EF; }
a { background-color: rgb(90,130,239); }
div.DivClassName
{
background-color: #5A82EF;
}
.BgClassName
{
background-color: #5A82EF;
}
</style>
border-color css
<style>
span { border-color: #5A82EF; }
span { border-color: rgb(90,130,239); }
td.TdClassName
{
border-color: #5A82EF;
}
.TagClassName
{
border-color: #5A82EF;
}
</style>