Shades of Cornflower Blue #5AADFD
Tints of Cornflower Blue #5AADFD
RGB
CMYK
RGB Variations
Color information
#5AADFD (or 0x5AADFD) is known color: Cornflower Blue. HEX triplet: 5A, AD and FD. RGB value is (90,173,253). Sum of RGB (Red+Green+Blue) = 90+173+253=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #5AADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AADFD is #A55202. Grayscale: #9C9C9C. Windows color (decimal): -10834435 or 16624986. OLE color: 16624986.
HSL color Cylindrical-coordinate representation of color #5AADFD: hue angle of 209.45º 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 #5AADFD is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 173 | 253 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.01 |
| HSL | 209.45º | 0.98% | 0.67% | - |
| HSV(B) | 209.45º | 0.64% | 0.99% | - |
| XYZ | 36.89 | 39.15 | 98.54 | - |
| YUV | 157.3 | 182 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 253 | 0.64 | 0.32 | 0 | 0.01 | 209.45 | 0.98 | 0.67 |
| Hex | 5A | AD | FD | 40 | 20 | 0 | 1 | D1 | 62 | 43 |
| Octal | 132 | 255 | 375 | 100 | 40 | 0 | 1 | 321 | 142 | 103 |
| Binary | 1011010 | 10101101 | 11111101 | 1000000 | 100000 | 0 | 1 | 11010001 | 1100010 | 1000011 |
Color Harmonies of #5AADFD
Complementary color
Monochromatic Colors of #5AADFD
Black with #5AADFD
Text Example
Text Example
White with #5AADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AADFD; }
p { color: rgb(90,173,253); }
H1.HeaderClassName
{
color: #5AADFD;
}
.AnyTagClassName
{
color: #5AADFD;
}
</style>
background-color css
<style>
a { background-color: #5AADFD; }
a { background-color: rgb(90,173,253); }
div.DivClassName
{
background-color: #5AADFD;
}
.BgClassName
{
background-color: #5AADFD;
}
</style>
border-color css
<style>
span { border-color: #5AADFD; }
span { border-color: rgb(90,173,253); }
td.TdClassName
{
border-color: #5AADFD;
}
.TagClassName
{
border-color: #5AADFD;
}
</style>