Shades of Cornflower Blue #5784EC
Tints of Cornflower Blue #5784EC
RGB
CMYK
RGB Variations
Color information
#5784EC (or 0x5784EC) is known color: Cornflower Blue. HEX triplet: 57, 84 and EC. RGB value is (87,132,236). Sum of RGB (Red+Green+Blue) = 87+132+236=455 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.12% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #5784EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5784EC is #A87B13. Grayscale: #818181. Windows color (decimal): -11041556 or 15500375. OLE color: 15500375.
HSL color Cylindrical-coordinate representation of color #5784EC: hue angle of 221.88º 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 #5784EC is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 132 | 236 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.07 |
| HSL | 221.88º | 0.8% | 0.63% | - |
| HSV(B) | 221.88º | 0.63% | 0.93% | - |
| XYZ | 27.32 | 24.58 | 82.66 | - |
| YUV | 130.4 | 187.59 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 132 | 236 | 0.63 | 0.44 | 0 | 0.07 | 221.88 | 0.8 | 0.63 |
| Hex | 57 | 84 | EC | 3F | 2C | 0 | 7 | DE | 50 | 3F |
| Octal | 127 | 204 | 354 | 77 | 54 | 0 | 7 | 336 | 120 | 77 |
| Binary | 1010111 | 10000100 | 11101100 | 111111 | 101100 | 0 | 111 | 11011110 | 1010000 | 111111 |
Color Harmonies of #5784EC
Complementary color
Monochromatic Colors of #5784EC
Black with #5784EC
Text Example
Text Example
White with #5784EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5784EC; }
p { color: rgb(87,132,236); }
H1.HeaderClassName
{
color: #5784EC;
}
.AnyTagClassName
{
color: #5784EC;
}
</style>
background-color css
<style>
a { background-color: #5784EC; }
a { background-color: rgb(87,132,236); }
div.DivClassName
{
background-color: #5784EC;
}
.BgClassName
{
background-color: #5784EC;
}
</style>
border-color css
<style>
span { border-color: #5784EC; }
span { border-color: rgb(87,132,236); }
td.TdClassName
{
border-color: #5784EC;
}
.TagClassName
{
border-color: #5784EC;
}
</style>