Shades of Cornflower Blue #5AAAFA
Tints of Cornflower Blue #5AAAFA
RGB
CMYK
RGB Variations
Color information
#5AAAFA (or 0x5AAAFA) is known color: Cornflower Blue. HEX triplet: 5A, AA and FA. RGB value is (90,170,250). Sum of RGB (Red+Green+Blue) = 90+170+250=510 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.65% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #5AAAFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AAAFA is #A55505. Grayscale: #9A9A9A. Windows color (decimal): -10835206 or 16427610. OLE color: 16427610.
HSL color Cylindrical-coordinate representation of color #5AAAFA: hue angle of 210º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AAAFA is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 170 | 250 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.02 |
| HSL | 210º | 0.94% | 0.67% | - |
| HSV(B) | 210º | 0.64% | 0.98% | - |
| XYZ | 35.85 | 37.83 | 95.85 | - |
| YUV | 155.2 | 181.5 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 250 | 0.64 | 0.32 | 0 | 0.02 | 210 | 0.94 | 0.67 |
| Hex | 5A | AA | FA | 40 | 20 | 0 | 2 | D2 | 5E | 43 |
| Octal | 132 | 252 | 372 | 100 | 40 | 0 | 2 | 322 | 136 | 103 |
| Binary | 1011010 | 10101010 | 11111010 | 1000000 | 100000 | 0 | 10 | 11010010 | 1011110 | 1000011 |
Color Harmonies of #5AAAFA
Complementary color
Monochromatic Colors of #5AAAFA
Black with #5AAAFA
Text Example
Text Example
White with #5AAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAAFA; }
p { color: rgb(90,170,250); }
H1.HeaderClassName
{
color: #5AAAFA;
}
.AnyTagClassName
{
color: #5AAAFA;
}
</style>
background-color css
<style>
a { background-color: #5AAAFA; }
a { background-color: rgb(90,170,250); }
div.DivClassName
{
background-color: #5AAAFA;
}
.BgClassName
{
background-color: #5AAAFA;
}
</style>
border-color css
<style>
span { border-color: #5AAAFA; }
span { border-color: rgb(90,170,250); }
td.TdClassName
{
border-color: #5AAAFA;
}
.TagClassName
{
border-color: #5AAAFA;
}
</style>