Shades of Cornflower Blue #5E80DD
Tints of Cornflower Blue #5E80DD
RGB
CMYK
RGB Variations
Color information
#5E80DD (or 0x5E80DD) is known color: Cornflower Blue. HEX triplet: 5E, 80 and DD. RGB value is (94,128,221). Sum of RGB (Red+Green+Blue) = 94+128+221=443 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.22% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E80DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E80DD is #A17F22. Grayscale: #808080. Windows color (decimal): -10583843 or 14516318. OLE color: 14516318.
HSL color Cylindrical-coordinate representation of color #5E80DD: hue angle of 223.94º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E80DD is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 128 | 221 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.13 |
| HSL | 223.94º | 0.65% | 0.62% | - |
| HSV(B) | 223.94º | 0.57% | 0.87% | - |
| XYZ | 25.39 | 23.04 | 71.52 | - |
| YUV | 128.44 | 180.24 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 221 | 0.57 | 0.42 | 0 | 0.13 | 223.94 | 0.65 | 0.62 |
| Hex | 5E | 80 | DD | 39 | 2A | 0 | D | E0 | 41 | 3E |
| Octal | 136 | 200 | 335 | 71 | 52 | 0 | 15 | 340 | 101 | 76 |
| Binary | 1011110 | 10000000 | 11011101 | 111001 | 101010 | 0 | 1101 | 11100000 | 1000001 | 111110 |
Color Harmonies of #5E80DD
Complementary color
Monochromatic Colors of #5E80DD
Black with #5E80DD
Text Example
Text Example
White with #5E80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E80DD; }
p { color: rgb(94,128,221); }
H1.HeaderClassName
{
color: #5E80DD;
}
.AnyTagClassName
{
color: #5E80DD;
}
</style>
background-color css
<style>
a { background-color: #5E80DD; }
a { background-color: rgb(94,128,221); }
div.DivClassName
{
background-color: #5E80DD;
}
.BgClassName
{
background-color: #5E80DD;
}
</style>
border-color css
<style>
span { border-color: #5E80DD; }
span { border-color: rgb(94,128,221); }
td.TdClassName
{
border-color: #5E80DD;
}
.TagClassName
{
border-color: #5E80DD;
}
</style>