Shades of Cornflower Blue #5784DC
Tints of Cornflower Blue #5784DC
RGB
CMYK
RGB Variations
Color information
#5784DC (or 0x5784DC) is known color: Cornflower Blue. HEX triplet: 57, 84 and DC. RGB value is (87,132,220). Sum of RGB (Red+Green+Blue) = 87+132+220=439 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.82% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #5784DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5784DC is #A87B23. Grayscale: #808080. Windows color (decimal): -11041572 or 14451799. OLE color: 14451799.
HSL color Cylindrical-coordinate representation of color #5784DC: hue angle of 219.7º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5784DC is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 132 | 220 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.14 |
| HSL | 219.7º | 0.66% | 0.6% | - |
| HSV(B) | 219.7º | 0.6% | 0.86% | - |
| XYZ | 25.1 | 23.7 | 70.96 | - |
| YUV | 128.58 | 179.59 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 132 | 220 | 0.60 | 0.40 | 0 | 0.14 | 219.7 | 0.66 | 0.6 |
| Hex | 57 | 84 | DC | 3C | 28 | 0 | E | DC | 42 | 3C |
| Octal | 127 | 204 | 334 | 74 | 50 | 0 | 16 | 334 | 102 | 74 |
| Binary | 1010111 | 10000100 | 11011100 | 111100 | 101000 | 0 | 1110 | 11011100 | 1000010 | 111100 |
Color Harmonies of #5784DC
Complementary color
Monochromatic Colors of #5784DC
Black with #5784DC
Text Example
Text Example
White with #5784DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5784DC; }
p { color: rgb(87,132,220); }
H1.HeaderClassName
{
color: #5784DC;
}
.AnyTagClassName
{
color: #5784DC;
}
</style>
background-color css
<style>
a { background-color: #5784DC; }
a { background-color: rgb(87,132,220); }
div.DivClassName
{
background-color: #5784DC;
}
.BgClassName
{
background-color: #5784DC;
}
</style>
border-color css
<style>
span { border-color: #5784DC; }
span { border-color: rgb(87,132,220); }
td.TdClassName
{
border-color: #5784DC;
}
.TagClassName
{
border-color: #5784DC;
}
</style>