Shades of Cornflower Blue #5780EC
Tints of Cornflower Blue #5780EC
RGB
CMYK
RGB Variations
Color information
#5780EC (or 0x5780EC) is known color: Cornflower Blue. HEX triplet: 57, 80 and EC. RGB value is (87,128,236). Sum of RGB (Red+Green+Blue) = 87+128+236=451 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.29% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #5780EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5780EC is #A87F13. Grayscale: #7F7F7F. Windows color (decimal): -11042580 or 15499351. OLE color: 15499351.
HSL color Cylindrical-coordinate representation of color #5780EC: hue angle of 223.49º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5780EC is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 128 | 236 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.07 |
| HSL | 223.49º | 0.8% | 0.63% | - |
| HSV(B) | 223.49º | 0.63% | 0.93% | - |
| XYZ | 26.79 | 23.52 | 82.48 | - |
| YUV | 128.05 | 188.92 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 128 | 236 | 0.63 | 0.46 | 0 | 0.07 | 223.49 | 0.8 | 0.63 |
| Hex | 57 | 80 | EC | 3F | 2E | 0 | 7 | DF | 50 | 3F |
| Octal | 127 | 200 | 354 | 77 | 56 | 0 | 7 | 337 | 120 | 77 |
| Binary | 1010111 | 10000000 | 11101100 | 111111 | 101110 | 0 | 111 | 11011111 | 1010000 | 111111 |
Color Harmonies of #5780EC
Complementary color
Monochromatic Colors of #5780EC
Black with #5780EC
Text Example
Text Example
White with #5780EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5780EC; }
p { color: rgb(87,128,236); }
H1.HeaderClassName
{
color: #5780EC;
}
.AnyTagClassName
{
color: #5780EC;
}
</style>
background-color css
<style>
a { background-color: #5780EC; }
a { background-color: rgb(87,128,236); }
div.DivClassName
{
background-color: #5780EC;
}
.BgClassName
{
background-color: #5780EC;
}
</style>
border-color css
<style>
span { border-color: #5780EC; }
span { border-color: rgb(87,128,236); }
td.TdClassName
{
border-color: #5780EC;
}
.TagClassName
{
border-color: #5780EC;
}
</style>