Shades of Cornflower Blue #5AAAF9
Tints of Cornflower Blue #5AAAF9
RGB
CMYK
RGB Variations
Color information
#5AAAF9 (or 0x5AAAF9) is known color: Cornflower Blue. HEX triplet: 5A, AA and F9. RGB value is (90,170,249). Sum of RGB (Red+Green+Blue) = 90+170+249=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #5AAAF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AAAF9 is #A55506. Grayscale: #9A9A9A. Windows color (decimal): -10835207 or 16362074. OLE color: 16362074.
HSL color Cylindrical-coordinate representation of color #5AAAF9: hue angle of 209.81º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AAAF9 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 170 | 249 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.02 |
| HSL | 209.81º | 0.93% | 0.66% | - |
| HSV(B) | 209.81º | 0.64% | 0.98% | - |
| XYZ | 35.69 | 37.76 | 95.03 | - |
| YUV | 155.09 | 181 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 249 | 0.64 | 0.32 | 0 | 0.02 | 209.81 | 0.93 | 0.66 |
| Hex | 5A | AA | F9 | 40 | 20 | 0 | 2 | D2 | 5D | 42 |
| Octal | 132 | 252 | 371 | 100 | 40 | 0 | 2 | 322 | 135 | 102 |
| Binary | 1011010 | 10101010 | 11111001 | 1000000 | 100000 | 0 | 10 | 11010010 | 1011101 | 1000010 |
Color Harmonies of #5AAAF9
Complementary color
Monochromatic Colors of #5AAAF9
Black with #5AAAF9
Text Example
Text Example
White with #5AAAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAAF9; }
p { color: rgb(90,170,249); }
H1.HeaderClassName
{
color: #5AAAF9;
}
.AnyTagClassName
{
color: #5AAAF9;
}
</style>
background-color css
<style>
a { background-color: #5AAAF9; }
a { background-color: rgb(90,170,249); }
div.DivClassName
{
background-color: #5AAAF9;
}
.BgClassName
{
background-color: #5AAAF9;
}
</style>
border-color css
<style>
span { border-color: #5AAAF9; }
span { border-color: rgb(90,170,249); }
td.TdClassName
{
border-color: #5AAAF9;
}
.TagClassName
{
border-color: #5AAAF9;
}
</style>