Shades of Cornflower Blue #5A8AEE
Tints of Cornflower Blue #5A8AEE
RGB
CMYK
RGB Variations
Color information
#5A8AEE (or 0x5A8AEE) is known color: Cornflower Blue. HEX triplet: 5A, 8A and EE. RGB value is (90,138,238). Sum of RGB (Red+Green+Blue) = 90+138+238=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A8AEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8AEE is #A57511. Grayscale: #868686. Windows color (decimal): -10843410 or 15632986. OLE color: 15632986.
HSL color Cylindrical-coordinate representation of color #5A8AEE: hue angle of 220.54º 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 #5A8AEE is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 138 | 238 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.07 |
| HSL | 220.54º | 0.81% | 0.64% | - |
| HSV(B) | 220.54º | 0.62% | 0.93% | - |
| XYZ | 28.74 | 26.52 | 84.49 | - |
| YUV | 135.05 | 186.1 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 238 | 0.62 | 0.42 | 0 | 0.07 | 220.54 | 0.81 | 0.64 |
| Hex | 5A | 8A | EE | 3E | 2A | 0 | 7 | DD | 51 | 40 |
| Octal | 132 | 212 | 356 | 76 | 52 | 0 | 7 | 335 | 121 | 100 |
| Binary | 1011010 | 10001010 | 11101110 | 111110 | 101010 | 0 | 111 | 11011101 | 1010001 | 1000000 |
Color Harmonies of #5A8AEE
Complementary color
Monochromatic Colors of #5A8AEE
Black with #5A8AEE
Text Example
Text Example
White with #5A8AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8AEE; }
p { color: rgb(90,138,238); }
H1.HeaderClassName
{
color: #5A8AEE;
}
.AnyTagClassName
{
color: #5A8AEE;
}
</style>
background-color css
<style>
a { background-color: #5A8AEE; }
a { background-color: rgb(90,138,238); }
div.DivClassName
{
background-color: #5A8AEE;
}
.BgClassName
{
background-color: #5A8AEE;
}
</style>
border-color css
<style>
span { border-color: #5A8AEE; }
span { border-color: rgb(90,138,238); }
td.TdClassName
{
border-color: #5A8AEE;
}
.TagClassName
{
border-color: #5A8AEE;
}
</style>