Shades of Cornflower Blue #5784E7
Tints of Cornflower Blue #5784E7
RGB
CMYK
RGB Variations
Color information
#5784E7 (or 0x5784E7) is known color: Cornflower Blue. HEX triplet: 57, 84 and E7. RGB value is (87,132,231). Sum of RGB (Red+Green+Blue) = 87+132+231=450 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.33% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 231 (90.62% from 255 or 51.33% from 450); Max value from RGB is 231 - color contains mainly: blue. Hex color #5784E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5784E7 is #A87B18. Grayscale: #818181. Windows color (decimal): -11041561 or 15172695. OLE color: 15172695.
HSL color Cylindrical-coordinate representation of color #5784E7: hue angle of 221.25º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5784E7 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 132 | 231 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.09 |
| HSL | 221.25º | 0.75% | 0.62% | - |
| HSV(B) | 221.25º | 0.62% | 0.91% | - |
| XYZ | 26.61 | 24.3 | 78.89 | - |
| YUV | 129.83 | 185.09 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 132 | 231 | 0.62 | 0.43 | 0 | 0.09 | 221.25 | 0.75 | 0.62 |
| Hex | 57 | 84 | E7 | 3E | 2B | 0 | 9 | DD | 4B | 3E |
| Octal | 127 | 204 | 347 | 76 | 53 | 0 | 11 | 335 | 113 | 76 |
| Binary | 1010111 | 10000100 | 11100111 | 111110 | 101011 | 0 | 1001 | 11011101 | 1001011 | 111110 |
Color Harmonies of #5784E7
Complementary color
Monochromatic Colors of #5784E7
Black with #5784E7
Text Example
Text Example
White with #5784E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5784E7; }
p { color: rgb(87,132,231); }
H1.HeaderClassName
{
color: #5784E7;
}
.AnyTagClassName
{
color: #5784E7;
}
</style>
background-color css
<style>
a { background-color: #5784E7; }
a { background-color: rgb(87,132,231); }
div.DivClassName
{
background-color: #5784E7;
}
.BgClassName
{
background-color: #5784E7;
}
</style>
border-color css
<style>
span { border-color: #5784E7; }
span { border-color: rgb(87,132,231); }
td.TdClassName
{
border-color: #5784E7;
}
.TagClassName
{
border-color: #5784E7;
}
</style>