Shades of Cornflower Blue #5AAAFB
Tints of Cornflower Blue #5AAAFB
RGB
CMYK
RGB Variations
Color information
#5AAAFB (or 0x5AAAFB) is known color: Cornflower Blue. HEX triplet: 5A, AA and FB. RGB value is (90,170,251). Sum of RGB (Red+Green+Blue) = 90+170+251=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AAAFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AAAFB is #A55504. Grayscale: #9A9A9A. Windows color (decimal): -10835205 or 16493146. OLE color: 16493146.
HSL color Cylindrical-coordinate representation of color #5AAAFB: hue angle of 210.19º degrees, saturation: 0.95, 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 #5AAAFB is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 170 | 251 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.02 |
| HSL | 210.19º | 0.95% | 0.67% | - |
| HSV(B) | 210.19º | 0.64% | 0.98% | - |
| XYZ | 36 | 37.89 | 96.68 | - |
| YUV | 155.31 | 182 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 251 | 0.64 | 0.32 | 0 | 0.02 | 210.19 | 0.95 | 0.67 |
| Hex | 5A | AA | FB | 40 | 20 | 0 | 2 | D2 | 5F | 43 |
| Octal | 132 | 252 | 373 | 100 | 40 | 0 | 2 | 322 | 137 | 103 |
| Binary | 1011010 | 10101010 | 11111011 | 1000000 | 100000 | 0 | 10 | 11010010 | 1011111 | 1000011 |
Color Harmonies of #5AAAFB
Complementary color
Monochromatic Colors of #5AAAFB
Black with #5AAAFB
Text Example
Text Example
White with #5AAAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAAFB; }
p { color: rgb(90,170,251); }
H1.HeaderClassName
{
color: #5AAAFB;
}
.AnyTagClassName
{
color: #5AAAFB;
}
</style>
background-color css
<style>
a { background-color: #5AAAFB; }
a { background-color: rgb(90,170,251); }
div.DivClassName
{
background-color: #5AAAFB;
}
.BgClassName
{
background-color: #5AAAFB;
}
</style>
border-color css
<style>
span { border-color: #5AAAFB; }
span { border-color: rgb(90,170,251); }
td.TdClassName
{
border-color: #5AAAFB;
}
.TagClassName
{
border-color: #5AAAFB;
}
</style>