Shades of Cornflower Blue #5A86EE
Tints of Cornflower Blue #5A86EE
RGB
CMYK
RGB Variations
Color information
#5A86EE (or 0x5A86EE) is known color: Cornflower Blue. HEX triplet: 5A, 86 and EE. RGB value is (90,134,238). Sum of RGB (Red+Green+Blue) = 90+134+238=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A86EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A86EE is #A57911. Grayscale: #848484. Windows color (decimal): -10844434 or 15631962. OLE color: 15631962.
HSL color Cylindrical-coordinate representation of color #5A86EE: hue angle of 222.16º degrees, saturation: 0.81, 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 #5A86EE is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 134 | 238 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.07 |
| HSL | 222.16º | 0.81% | 0.64% | - |
| HSV(B) | 222.16º | 0.62% | 0.93% | - |
| XYZ | 28.17 | 25.4 | 84.31 | - |
| YUV | 132.7 | 187.42 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 238 | 0.62 | 0.44 | 0 | 0.07 | 222.16 | 0.81 | 0.64 |
| Hex | 5A | 86 | EE | 3E | 2C | 0 | 7 | DE | 51 | 40 |
| Octal | 132 | 206 | 356 | 76 | 54 | 0 | 7 | 336 | 121 | 100 |
| Binary | 1011010 | 10000110 | 11101110 | 111110 | 101100 | 0 | 111 | 11011110 | 1010001 | 1000000 |
Color Harmonies of #5A86EE
Complementary color
Monochromatic Colors of #5A86EE
Black with #5A86EE
Text Example
Text Example
White with #5A86EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A86EE; }
p { color: rgb(90,134,238); }
H1.HeaderClassName
{
color: #5A86EE;
}
.AnyTagClassName
{
color: #5A86EE;
}
</style>
background-color css
<style>
a { background-color: #5A86EE; }
a { background-color: rgb(90,134,238); }
div.DivClassName
{
background-color: #5A86EE;
}
.BgClassName
{
background-color: #5A86EE;
}
</style>
border-color css
<style>
span { border-color: #5A86EE; }
span { border-color: rgb(90,134,238); }
td.TdClassName
{
border-color: #5A86EE;
}
.TagClassName
{
border-color: #5A86EE;
}
</style>