Shades of Cornflower Blue #5AAAFC
Tints of Cornflower Blue #5AAAFC
RGB
CMYK
RGB Variations
Color information
#5AAAFC (or 0x5AAAFC) is known color: Cornflower Blue. HEX triplet: 5A, AA and FC. RGB value is (90,170,252). Sum of RGB (Red+Green+Blue) = 90+170+252=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #5AAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AAAFC is #A55503. Grayscale: #9B9B9B. Windows color (decimal): -10835204 or 16558682. OLE color: 16558682.
HSL color Cylindrical-coordinate representation of color #5AAAFC: hue angle of 210.37º degrees, saturation: 0.96, 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 #5AAAFC is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 170 | 252 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.01 |
| HSL | 210.37º | 0.96% | 0.67% | - |
| HSV(B) | 210.37º | 0.64% | 0.99% | - |
| XYZ | 36.16 | 37.95 | 97.51 | - |
| YUV | 155.43 | 182.5 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 252 | 0.64 | 0.33 | 0 | 0.01 | 210.37 | 0.96 | 0.67 |
| Hex | 5A | AA | FC | 40 | 21 | 0 | 1 | D2 | 60 | 43 |
| Octal | 132 | 252 | 374 | 100 | 41 | 0 | 1 | 322 | 140 | 103 |
| Binary | 1011010 | 10101010 | 11111100 | 1000000 | 100001 | 0 | 1 | 11010010 | 1100000 | 1000011 |
Color Harmonies of #5AAAFC
Complementary color
Monochromatic Colors of #5AAAFC
Black with #5AAAFC
Text Example
Text Example
White with #5AAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAAFC; }
p { color: rgb(90,170,252); }
H1.HeaderClassName
{
color: #5AAAFC;
}
.AnyTagClassName
{
color: #5AAAFC;
}
</style>
background-color css
<style>
a { background-color: #5AAAFC; }
a { background-color: rgb(90,170,252); }
div.DivClassName
{
background-color: #5AAAFC;
}
.BgClassName
{
background-color: #5AAAFC;
}
</style>
border-color css
<style>
span { border-color: #5AAAFC; }
span { border-color: rgb(90,170,252); }
td.TdClassName
{
border-color: #5AAAFC;
}
.TagClassName
{
border-color: #5AAAFC;
}
</style>