Shades of Cornflower Blue #5A96ED
Tints of Cornflower Blue #5A96ED
RGB
CMYK
RGB Variations
Color information
#5A96ED (or 0x5A96ED) is known color: Cornflower Blue. HEX triplet: 5A, 96 and ED. RGB value is (90,150,237). Sum of RGB (Red+Green+Blue) = 90+150+237=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A96ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A96ED is #A56912. Grayscale: #8D8D8D. Windows color (decimal): -10840339 or 15570522. OLE color: 15570522.
HSL color Cylindrical-coordinate representation of color #5A96ED: hue angle of 215.51º 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 #5A96ED is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 150 | 237 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.07 |
| HSL | 215.51º | 0.8% | 0.64% | - |
| HSV(B) | 215.51º | 0.62% | 0.93% | - |
| XYZ | 30.41 | 30.1 | 84.33 | - |
| YUV | 141.98 | 181.62 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 150 | 237 | 0.62 | 0.37 | 0 | 0.07 | 215.51 | 0.8 | 0.64 |
| Hex | 5A | 96 | ED | 3E | 25 | 0 | 7 | D8 | 50 | 40 |
| Octal | 132 | 226 | 355 | 76 | 45 | 0 | 7 | 330 | 120 | 100 |
| Binary | 1011010 | 10010110 | 11101101 | 111110 | 100101 | 0 | 111 | 11011000 | 1010000 | 1000000 |
Color Harmonies of #5A96ED
Complementary color
Monochromatic Colors of #5A96ED
Black with #5A96ED
Text Example
Text Example
White with #5A96ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A96ED; }
p { color: rgb(90,150,237); }
H1.HeaderClassName
{
color: #5A96ED;
}
.AnyTagClassName
{
color: #5A96ED;
}
</style>
background-color css
<style>
a { background-color: #5A96ED; }
a { background-color: rgb(90,150,237); }
div.DivClassName
{
background-color: #5A96ED;
}
.BgClassName
{
background-color: #5A96ED;
}
</style>
border-color css
<style>
span { border-color: #5A96ED; }
span { border-color: rgb(90,150,237); }
td.TdClassName
{
border-color: #5A96ED;
}
.TagClassName
{
border-color: #5A96ED;
}
</style>