Shades of Cornflower Blue #5AA0FC
Tints of Cornflower Blue #5AA0FC
RGB
CMYK
RGB Variations
Color information
#5AA0FC (or 0x5AA0FC) is known color: Cornflower Blue. HEX triplet: 5A, A0 and FC. RGB value is (90,160,252). Sum of RGB (Red+Green+Blue) = 90+160+252=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #5AA0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AA0FC is #A55F03. Grayscale: #959595. Windows color (decimal): -10837764 or 16556122. OLE color: 16556122.
HSL color Cylindrical-coordinate representation of color #5AA0FC: hue angle of 214.07º 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 #5AA0FC is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 160 | 252 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.01 |
| HSL | 214.07º | 0.96% | 0.67% | - |
| HSV(B) | 214.07º | 0.64% | 0.99% | - |
| XYZ | 34.36 | 34.34 | 96.91 | - |
| YUV | 149.56 | 185.81 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 160 | 252 | 0.64 | 0.37 | 0 | 0.01 | 214.07 | 0.96 | 0.67 |
| Hex | 5A | A0 | FC | 40 | 25 | 0 | 1 | D6 | 60 | 43 |
| Octal | 132 | 240 | 374 | 100 | 45 | 0 | 1 | 326 | 140 | 103 |
| Binary | 1011010 | 10100000 | 11111100 | 1000000 | 100101 | 0 | 1 | 11010110 | 1100000 | 1000011 |
Color Harmonies of #5AA0FC
Complementary color
Monochromatic Colors of #5AA0FC
Black with #5AA0FC
Text Example
Text Example
White with #5AA0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA0FC; }
p { color: rgb(90,160,252); }
H1.HeaderClassName
{
color: #5AA0FC;
}
.AnyTagClassName
{
color: #5AA0FC;
}
</style>
background-color css
<style>
a { background-color: #5AA0FC; }
a { background-color: rgb(90,160,252); }
div.DivClassName
{
background-color: #5AA0FC;
}
.BgClassName
{
background-color: #5AA0FC;
}
</style>
border-color css
<style>
span { border-color: #5AA0FC; }
span { border-color: rgb(90,160,252); }
td.TdClassName
{
border-color: #5AA0FC;
}
.TagClassName
{
border-color: #5AA0FC;
}
</style>