Shades of Cornflower Blue #5A9AEE
Tints of Cornflower Blue #5A9AEE
RGB
CMYK
RGB Variations
Color information
#5A9AEE (or 0x5A9AEE) is known color: Cornflower Blue. HEX triplet: 5A, 9A and EE. RGB value is (90,154,238). Sum of RGB (Red+Green+Blue) = 90+154+238=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A9AEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A9AEE is #A56511. Grayscale: #909090. Windows color (decimal): -10839314 or 15637082. OLE color: 15637082.
HSL color Cylindrical-coordinate representation of color #5A9AEE: hue angle of 214.05º 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 #5A9AEE is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 154 | 238 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.07 |
| HSL | 214.05º | 0.81% | 0.64% | - |
| HSV(B) | 214.05º | 0.62% | 0.93% | - |
| XYZ | 31.2 | 31.46 | 85.32 | - |
| YUV | 144.44 | 180.8 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 154 | 238 | 0.62 | 0.35 | 0 | 0.07 | 214.05 | 0.81 | 0.64 |
| Hex | 5A | 9A | EE | 3E | 23 | 0 | 7 | D6 | 51 | 40 |
| Octal | 132 | 232 | 356 | 76 | 43 | 0 | 7 | 326 | 121 | 100 |
| Binary | 1011010 | 10011010 | 11101110 | 111110 | 100011 | 0 | 111 | 11010110 | 1010001 | 1000000 |
Color Harmonies of #5A9AEE
Complementary color
Monochromatic Colors of #5A9AEE
Black with #5A9AEE
Text Example
Text Example
White with #5A9AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9AEE; }
p { color: rgb(90,154,238); }
H1.HeaderClassName
{
color: #5A9AEE;
}
.AnyTagClassName
{
color: #5A9AEE;
}
</style>
background-color css
<style>
a { background-color: #5A9AEE; }
a { background-color: rgb(90,154,238); }
div.DivClassName
{
background-color: #5A9AEE;
}
.BgClassName
{
background-color: #5A9AEE;
}
</style>
border-color css
<style>
span { border-color: #5A9AEE; }
span { border-color: rgb(90,154,238); }
td.TdClassName
{
border-color: #5A9AEE;
}
.TagClassName
{
border-color: #5A9AEE;
}
</style>