Shades of Cornflower Blue #5A97EA
Tints of Cornflower Blue #5A97EA
RGB
CMYK
RGB Variations
Color information
#5A97EA (or 0x5A97EA) is known color: Cornflower Blue. HEX triplet: 5A, 97 and EA. RGB value is (90,151,234). Sum of RGB (Red+Green+Blue) = 90+151+234=475 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.95% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A97EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A97EA is #A56815. Grayscale: #8D8D8D. Windows color (decimal): -10840086 or 15374170. OLE color: 15374170.
HSL color Cylindrical-coordinate representation of color #5A97EA: hue angle of 214.58º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A97EA is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 151 | 234 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.08 |
| HSL | 214.58º | 0.77% | 0.64% | - |
| HSV(B) | 214.58º | 0.62% | 0.92% | - |
| XYZ | 30.13 | 30.25 | 82.09 | - |
| YUV | 142.22 | 179.79 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 151 | 234 | 0.62 | 0.35 | 0 | 0.08 | 214.58 | 0.77 | 0.64 |
| Hex | 5A | 97 | EA | 3E | 23 | 0 | 8 | D7 | 4D | 40 |
| Octal | 132 | 227 | 352 | 76 | 43 | 0 | 10 | 327 | 115 | 100 |
| Binary | 1011010 | 10010111 | 11101010 | 111110 | 100011 | 0 | 1000 | 11010111 | 1001101 | 1000000 |
Color Harmonies of #5A97EA
Complementary color
Monochromatic Colors of #5A97EA
Black with #5A97EA
Text Example
Text Example
White with #5A97EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A97EA; }
p { color: rgb(90,151,234); }
H1.HeaderClassName
{
color: #5A97EA;
}
.AnyTagClassName
{
color: #5A97EA;
}
</style>
background-color css
<style>
a { background-color: #5A97EA; }
a { background-color: rgb(90,151,234); }
div.DivClassName
{
background-color: #5A97EA;
}
.BgClassName
{
background-color: #5A97EA;
}
</style>
border-color css
<style>
span { border-color: #5A97EA; }
span { border-color: rgb(90,151,234); }
td.TdClassName
{
border-color: #5A97EA;
}
.TagClassName
{
border-color: #5A97EA;
}
</style>