Shades of Cornflower Blue #5687EA
Tints of Cornflower Blue #5687EA
RGB
CMYK
RGB Variations
Color information
#5687EA (or 0x5687EA) is known color: Cornflower Blue. HEX triplet: 56, 87 and EA. RGB value is (86,135,234). Sum of RGB (Red+Green+Blue) = 86+135+234=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #5687EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5687EA is #A97815. Grayscale: #838383. Windows color (decimal): -11106326 or 15370070. OLE color: 15370070.
HSL color Cylindrical-coordinate representation of color #5687EA: hue angle of 220.14º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5687EA is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 135 | 234 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.08 |
| HSL | 220.14º | 0.78% | 0.63% | - |
| HSV(B) | 220.14º | 0.63% | 0.92% | - |
| XYZ | 27.35 | 25.25 | 81.27 | - |
| YUV | 131.64 | 185.77 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 135 | 234 | 0.63 | 0.42 | 0 | 0.08 | 220.14 | 0.78 | 0.63 |
| Hex | 56 | 87 | EA | 3F | 2A | 0 | 8 | DC | 4E | 3F |
| Octal | 126 | 207 | 352 | 77 | 52 | 0 | 10 | 334 | 116 | 77 |
| Binary | 1010110 | 10000111 | 11101010 | 111111 | 101010 | 0 | 1000 | 11011100 | 1001110 | 111111 |
Color Harmonies of #5687EA
Complementary color
Monochromatic Colors of #5687EA
Black with #5687EA
Text Example
Text Example
White with #5687EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5687EA; }
p { color: rgb(86,135,234); }
H1.HeaderClassName
{
color: #5687EA;
}
.AnyTagClassName
{
color: #5687EA;
}
</style>
background-color css
<style>
a { background-color: #5687EA; }
a { background-color: rgb(86,135,234); }
div.DivClassName
{
background-color: #5687EA;
}
.BgClassName
{
background-color: #5687EA;
}
</style>
border-color css
<style>
span { border-color: #5687EA; }
span { border-color: rgb(86,135,234); }
td.TdClassName
{
border-color: #5687EA;
}
.TagClassName
{
border-color: #5687EA;
}
</style>