Shades of Cornflower Blue #5E80DE
Tints of Cornflower Blue #5E80DE
RGB
CMYK
RGB Variations
Color information
#5E80DE (or 0x5E80DE) is known color: Cornflower Blue. HEX triplet: 5E, 80 and DE. RGB value is (94,128,222). Sum of RGB (Red+Green+Blue) = 94+128+222=444 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.17% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E80DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E80DE is #A17F21. Grayscale: #808080. Windows color (decimal): -10583842 or 14581854. OLE color: 14581854.
HSL color Cylindrical-coordinate representation of color #5E80DE: hue angle of 224.06º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E80DE is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 128 | 222 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.13 |
| HSL | 224.06º | 0.66% | 0.62% | - |
| HSV(B) | 224.06º | 0.58% | 0.87% | - |
| XYZ | 25.52 | 23.09 | 72.22 | - |
| YUV | 128.55 | 180.74 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 222 | 0.58 | 0.42 | 0 | 0.13 | 224.06 | 0.66 | 0.62 |
| Hex | 5E | 80 | DE | 3A | 2A | 0 | D | E0 | 42 | 3E |
| Octal | 136 | 200 | 336 | 72 | 52 | 0 | 15 | 340 | 102 | 76 |
| Binary | 1011110 | 10000000 | 11011110 | 111010 | 101010 | 0 | 1101 | 11100000 | 1000010 | 111110 |
Color Harmonies of #5E80DE
Complementary color
Monochromatic Colors of #5E80DE
Black with #5E80DE
Text Example
Text Example
White with #5E80DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E80DE; }
p { color: rgb(94,128,222); }
H1.HeaderClassName
{
color: #5E80DE;
}
.AnyTagClassName
{
color: #5E80DE;
}
</style>
background-color css
<style>
a { background-color: #5E80DE; }
a { background-color: rgb(94,128,222); }
div.DivClassName
{
background-color: #5E80DE;
}
.BgClassName
{
background-color: #5E80DE;
}
</style>
border-color css
<style>
span { border-color: #5E80DE; }
span { border-color: rgb(94,128,222); }
td.TdClassName
{
border-color: #5E80DE;
}
.TagClassName
{
border-color: #5E80DE;
}
</style>