Shades of Cornflower Blue #5E80EB
Tints of Cornflower Blue #5E80EB
RGB
CMYK
RGB Variations
Color information
#5E80EB (or 0x5E80EB) is known color: Cornflower Blue. HEX triplet: 5E, 80 and EB. RGB value is (94,128,235). Sum of RGB (Red+Green+Blue) = 94+128+235=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E80EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E80EB is #A17F14. Grayscale: #818181. Windows color (decimal): -10583829 or 15433822. OLE color: 15433822.
HSL color Cylindrical-coordinate representation of color #5E80EB: hue angle of 225.53º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E80EB is Cyan = 0.6, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 128 | 235 | - |
| CMYK | 0.6 | 0.46 | 0 | 0.08 |
| HSL | 225.53º | 0.78% | 0.65% | - |
| HSV(B) | 225.53º | 0.6% | 0.92% | - |
| XYZ | 27.33 | 23.82 | 81.75 | - |
| YUV | 130.03 | 187.24 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 235 | 0.6 | 0.46 | 0 | 0.08 | 225.53 | 0.78 | 0.65 |
| Hex | 5E | 80 | EB | 3C | 2E | 0 | 8 | E2 | 4E | 41 |
| Octal | 136 | 200 | 353 | 74 | 56 | 0 | 10 | 342 | 116 | 101 |
| Binary | 1011110 | 10000000 | 11101011 | 111100 | 101110 | 0 | 1000 | 11100010 | 1001110 | 1000001 |
Color Harmonies of #5E80EB
Complementary color
Monochromatic Colors of #5E80EB
Black with #5E80EB
Text Example
Text Example
White with #5E80EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E80EB; }
p { color: rgb(94,128,235); }
H1.HeaderClassName
{
color: #5E80EB;
}
.AnyTagClassName
{
color: #5E80EB;
}
</style>
background-color css
<style>
a { background-color: #5E80EB; }
a { background-color: rgb(94,128,235); }
div.DivClassName
{
background-color: #5E80EB;
}
.BgClassName
{
background-color: #5E80EB;
}
</style>
border-color css
<style>
span { border-color: #5E80EB; }
span { border-color: rgb(94,128,235); }
td.TdClassName
{
border-color: #5E80EB;
}
.TagClassName
{
border-color: #5E80EB;
}
</style>