Shades of Cornflower Blue #5AAAFD
Tints of Cornflower Blue #5AAAFD
RGB
CMYK
RGB Variations
Color information
#5AAAFD (or 0x5AAAFD) is known color: Cornflower Blue. HEX triplet: 5A, AA and FD. RGB value is (90,170,253). Sum of RGB (Red+Green+Blue) = 90+170+253=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #5AAAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AAAFD is #A55502. Grayscale: #9B9B9B. Windows color (decimal): -10835203 or 16624218. OLE color: 16624218.
HSL color Cylindrical-coordinate representation of color #5AAAFD: hue angle of 210.55º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AAAFD is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 170 | 253 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.01 |
| HSL | 210.55º | 0.98% | 0.67% | - |
| HSV(B) | 210.55º | 0.64% | 0.99% | - |
| XYZ | 36.32 | 38.01 | 98.35 | - |
| YUV | 155.54 | 183 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 253 | 0.64 | 0.33 | 0 | 0.01 | 210.55 | 0.98 | 0.67 |
| Hex | 5A | AA | FD | 40 | 21 | 0 | 1 | D3 | 62 | 43 |
| Octal | 132 | 252 | 375 | 100 | 41 | 0 | 1 | 323 | 142 | 103 |
| Binary | 1011010 | 10101010 | 11111101 | 1000000 | 100001 | 0 | 1 | 11010011 | 1100010 | 1000011 |
Color Harmonies of #5AAAFD
Complementary color
Monochromatic Colors of #5AAAFD
Black with #5AAAFD
Text Example
Text Example
White with #5AAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAAFD; }
p { color: rgb(90,170,253); }
H1.HeaderClassName
{
color: #5AAAFD;
}
.AnyTagClassName
{
color: #5AAAFD;
}
</style>
background-color css
<style>
a { background-color: #5AAAFD; }
a { background-color: rgb(90,170,253); }
div.DivClassName
{
background-color: #5AAAFD;
}
.BgClassName
{
background-color: #5AAAFD;
}
</style>
border-color css
<style>
span { border-color: #5AAAFD; }
span { border-color: rgb(90,170,253); }
td.TdClassName
{
border-color: #5AAAFD;
}
.TagClassName
{
border-color: #5AAAFD;
}
</style>