Shades of Cornflower Blue #5785E4
Tints of Cornflower Blue #5785E4
RGB
CMYK
RGB Variations
Color information
#5785E4 (or 0x5785E4) is known color: Cornflower Blue. HEX triplet: 57, 85 and E4. RGB value is (87,133,228). Sum of RGB (Red+Green+Blue) = 87+133+228=448 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.42% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 228 (89.45% from 255 or 50.89% from 448); Max value from RGB is 228 - color contains mainly: blue. Hex color #5785E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5785E4 is #A87A1B. Grayscale: #818181. Windows color (decimal): -11041308 or 14976343. OLE color: 14976343.
HSL color Cylindrical-coordinate representation of color #5785E4: hue angle of 220.43º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5785E4 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 133 | 228 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.11 |
| HSL | 220.43º | 0.72% | 0.62% | - |
| HSV(B) | 220.43º | 0.62% | 0.89% | - |
| XYZ | 26.32 | 24.4 | 76.72 | - |
| YUV | 130.08 | 183.26 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 133 | 228 | 0.62 | 0.42 | 0 | 0.11 | 220.43 | 0.72 | 0.62 |
| Hex | 57 | 85 | E4 | 3E | 2A | 0 | B | DC | 48 | 3E |
| Octal | 127 | 205 | 344 | 76 | 52 | 0 | 13 | 334 | 110 | 76 |
| Binary | 1010111 | 10000101 | 11100100 | 111110 | 101010 | 0 | 1011 | 11011100 | 1001000 | 111110 |
Color Harmonies of #5785E4
Complementary color
Monochromatic Colors of #5785E4
Black with #5785E4
Text Example
Text Example
White with #5785E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5785E4; }
p { color: rgb(87,133,228); }
H1.HeaderClassName
{
color: #5785E4;
}
.AnyTagClassName
{
color: #5785E4;
}
</style>
background-color css
<style>
a { background-color: #5785E4; }
a { background-color: rgb(87,133,228); }
div.DivClassName
{
background-color: #5785E4;
}
.BgClassName
{
background-color: #5785E4;
}
</style>
border-color css
<style>
span { border-color: #5785E4; }
span { border-color: rgb(87,133,228); }
td.TdClassName
{
border-color: #5785E4;
}
.TagClassName
{
border-color: #5785E4;
}
</style>