Shades of Cornflower Blue #5A97ED
Tints of Cornflower Blue #5A97ED
RGB
CMYK
RGB Variations
Color information
#5A97ED (or 0x5A97ED) is known color: Cornflower Blue. HEX triplet: 5A, 97 and ED. RGB value is (90,151,237). Sum of RGB (Red+Green+Blue) = 90+151+237=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A97ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A97ED is #A56812. Grayscale: #8E8E8E. Windows color (decimal): -10840083 or 15570778. OLE color: 15570778.
HSL color Cylindrical-coordinate representation of color #5A97ED: hue angle of 215.1º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A97ED is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 151 | 237 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.07 |
| HSL | 215.1º | 0.8% | 0.64% | - |
| HSV(B) | 215.1º | 0.62% | 0.93% | - |
| XYZ | 30.57 | 30.42 | 84.38 | - |
| YUV | 142.57 | 181.29 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 151 | 237 | 0.62 | 0.36 | 0 | 0.07 | 215.1 | 0.8 | 0.64 |
| Hex | 5A | 97 | ED | 3E | 24 | 0 | 7 | D7 | 50 | 40 |
| Octal | 132 | 227 | 355 | 76 | 44 | 0 | 7 | 327 | 120 | 100 |
| Binary | 1011010 | 10010111 | 11101101 | 111110 | 100100 | 0 | 111 | 11010111 | 1010000 | 1000000 |
Color Harmonies of #5A97ED
Complementary color
Monochromatic Colors of #5A97ED
Black with #5A97ED
Text Example
Text Example
White with #5A97ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A97ED; }
p { color: rgb(90,151,237); }
H1.HeaderClassName
{
color: #5A97ED;
}
.AnyTagClassName
{
color: #5A97ED;
}
</style>
background-color css
<style>
a { background-color: #5A97ED; }
a { background-color: rgb(90,151,237); }
div.DivClassName
{
background-color: #5A97ED;
}
.BgClassName
{
background-color: #5A97ED;
}
</style>
border-color css
<style>
span { border-color: #5A97ED; }
span { border-color: rgb(90,151,237); }
td.TdClassName
{
border-color: #5A97ED;
}
.TagClassName
{
border-color: #5A97ED;
}
</style>