Shades of Cornflower Blue #5AA5FE
Tints of Cornflower Blue #5AA5FE
RGB
CMYK
RGB Variations
Color information
#5AA5FE (or 0x5AA5FE) is known color: Cornflower Blue. HEX triplet: 5A, A5 and FE. RGB value is (90,165,254). Sum of RGB (Red+Green+Blue) = 90+165+254=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AA5FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AA5FE is #A55A01. Grayscale: #989898. Windows color (decimal): -10836482 or 16688474. OLE color: 16688474.
HSL color Cylindrical-coordinate representation of color #5AA5FE: hue angle of 212.56º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AA5FE is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 165 | 254 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.00 |
| HSL | 212.56º | 0.99% | 0.67% | - |
| HSV(B) | 212.56º | 0.65% | 1% | - |
| XYZ | 35.56 | 36.24 | 98.89 | - |
| YUV | 152.72 | 185.15 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 165 | 254 | 0.65 | 0.35 | 0 | 0.00 | 212.56 | 0.99 | 0.67 |
| Hex | 5A | A5 | FE | 41 | 23 | 0 | 0 | D5 | 63 | 43 |
| Octal | 132 | 245 | 376 | 101 | 43 | 0 | 0 | 325 | 143 | 103 |
| Binary | 1011010 | 10100101 | 11111110 | 1000001 | 100011 | 0 | 0 | 11010101 | 1100011 | 1000011 |
Color Harmonies of #5AA5FE
Complementary color
Monochromatic Colors of #5AA5FE
Black with #5AA5FE
Text Example
Text Example
White with #5AA5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA5FE; }
p { color: rgb(90,165,254); }
H1.HeaderClassName
{
color: #5AA5FE;
}
.AnyTagClassName
{
color: #5AA5FE;
}
</style>
background-color css
<style>
a { background-color: #5AA5FE; }
a { background-color: rgb(90,165,254); }
div.DivClassName
{
background-color: #5AA5FE;
}
.BgClassName
{
background-color: #5AA5FE;
}
</style>
border-color css
<style>
span { border-color: #5AA5FE; }
span { border-color: rgb(90,165,254); }
td.TdClassName
{
border-color: #5AA5FE;
}
.TagClassName
{
border-color: #5AA5FE;
}
</style>