Shades of Cornflower Blue #5A8CEB
Tints of Cornflower Blue #5A8CEB
RGB
CMYK
RGB Variations
Color information
#5A8CEB (or 0x5A8CEB) is known color: Cornflower Blue. HEX triplet: 5A, 8C and EB. RGB value is (90,140,235). Sum of RGB (Red+Green+Blue) = 90+140+235=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A8CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8CEB is #A57314. Grayscale: #878787. Windows color (decimal): -10842901 or 15436890. OLE color: 15436890.
HSL color Cylindrical-coordinate representation of color #5A8CEB: hue angle of 219.31º degrees, saturation: 0.78, 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 #5A8CEB is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 140 | 235 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.08 |
| HSL | 219.31º | 0.78% | 0.64% | - |
| HSV(B) | 219.31º | 0.62% | 0.92% | - |
| XYZ | 28.59 | 26.93 | 82.29 | - |
| YUV | 135.88 | 183.94 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 235 | 0.62 | 0.40 | 0 | 0.08 | 219.31 | 0.78 | 0.64 |
| Hex | 5A | 8C | EB | 3E | 28 | 0 | 8 | DB | 4E | 40 |
| Octal | 132 | 214 | 353 | 76 | 50 | 0 | 10 | 333 | 116 | 100 |
| Binary | 1011010 | 10001100 | 11101011 | 111110 | 101000 | 0 | 1000 | 11011011 | 1001110 | 1000000 |
Color Harmonies of #5A8CEB
Complementary color
Monochromatic Colors of #5A8CEB
Black with #5A8CEB
Text Example
Text Example
White with #5A8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8CEB; }
p { color: rgb(90,140,235); }
H1.HeaderClassName
{
color: #5A8CEB;
}
.AnyTagClassName
{
color: #5A8CEB;
}
</style>
background-color css
<style>
a { background-color: #5A8CEB; }
a { background-color: rgb(90,140,235); }
div.DivClassName
{
background-color: #5A8CEB;
}
.BgClassName
{
background-color: #5A8CEB;
}
</style>
border-color css
<style>
span { border-color: #5A8CEB; }
span { border-color: rgb(90,140,235); }
td.TdClassName
{
border-color: #5A8CEB;
}
.TagClassName
{
border-color: #5A8CEB;
}
</style>