Shades of Cornflower Blue #5A97FA
Tints of Cornflower Blue #5A97FA
RGB
CMYK
RGB Variations
Color information
#5A97FA (or 0x5A97FA) is known color: Cornflower Blue. HEX triplet: 5A, 97 and FA. RGB value is (90,151,250). Sum of RGB (Red+Green+Blue) = 90+151+250=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A97FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A97FA is #A56805. Grayscale: #8F8F8F. Windows color (decimal): -10840070 or 16422746. OLE color: 16422746.
HSL color Cylindrical-coordinate representation of color #5A97FA: hue angle of 217.12º degrees, saturation: 0.94, 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 #5A97FA is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 151 | 250 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.02 |
| HSL | 217.13º | 0.94% | 0.67% | - |
| HSV(B) | 217.13º | 0.64% | 0.98% | - |
| XYZ | 32.54 | 31.21 | 94.75 | - |
| YUV | 144.05 | 187.79 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 151 | 250 | 0.64 | 0.40 | 0 | 0.02 | 217.13 | 0.94 | 0.67 |
| Hex | 5A | 97 | FA | 40 | 28 | 0 | 2 | D9 | 5E | 43 |
| Octal | 132 | 227 | 372 | 100 | 50 | 0 | 2 | 331 | 136 | 103 |
| Binary | 1011010 | 10010111 | 11111010 | 1000000 | 101000 | 0 | 10 | 11011001 | 1011110 | 1000011 |
Color Harmonies of #5A97FA
Complementary color
Monochromatic Colors of #5A97FA
Black with #5A97FA
Text Example
Text Example
White with #5A97FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A97FA; }
p { color: rgb(90,151,250); }
H1.HeaderClassName
{
color: #5A97FA;
}
.AnyTagClassName
{
color: #5A97FA;
}
</style>
background-color css
<style>
a { background-color: #5A97FA; }
a { background-color: rgb(90,151,250); }
div.DivClassName
{
background-color: #5A97FA;
}
.BgClassName
{
background-color: #5A97FA;
}
</style>
border-color css
<style>
span { border-color: #5A97FA; }
span { border-color: rgb(90,151,250); }
td.TdClassName
{
border-color: #5A97FA;
}
.TagClassName
{
border-color: #5A97FA;
}
</style>