Shades of Cornflower Blue #5689EA
Tints of Cornflower Blue #5689EA
RGB
CMYK
RGB Variations
Color information
#5689EA (or 0x5689EA) is known color: Cornflower Blue. HEX triplet: 56, 89 and EA. RGB value is (86,137,234). Sum of RGB (Red+Green+Blue) = 86+137+234=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #5689EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5689EA is #A97615. Grayscale: #848484. Windows color (decimal): -11105814 or 15370582. OLE color: 15370582.
HSL color Cylindrical-coordinate representation of color #5689EA: hue angle of 219.32º 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 #5689EA is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 137 | 234 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.08 |
| HSL | 219.32º | 0.78% | 0.63% | - |
| HSV(B) | 219.32º | 0.63% | 0.92% | - |
| XYZ | 27.63 | 25.81 | 81.37 | - |
| YUV | 132.81 | 185.1 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 234 | 0.63 | 0.41 | 0 | 0.08 | 219.32 | 0.78 | 0.63 |
| Hex | 56 | 89 | EA | 3F | 29 | 0 | 8 | DB | 4E | 3F |
| Octal | 126 | 211 | 352 | 77 | 51 | 0 | 10 | 333 | 116 | 77 |
| Binary | 1010110 | 10001001 | 11101010 | 111111 | 101001 | 0 | 1000 | 11011011 | 1001110 | 111111 |
Color Harmonies of #5689EA
Complementary color
Monochromatic Colors of #5689EA
Black with #5689EA
Text Example
Text Example
White with #5689EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5689EA; }
p { color: rgb(86,137,234); }
H1.HeaderClassName
{
color: #5689EA;
}
.AnyTagClassName
{
color: #5689EA;
}
</style>
background-color css
<style>
a { background-color: #5689EA; }
a { background-color: rgb(86,137,234); }
div.DivClassName
{
background-color: #5689EA;
}
.BgClassName
{
background-color: #5689EA;
}
</style>
border-color css
<style>
span { border-color: #5689EA; }
span { border-color: rgb(86,137,234); }
td.TdClassName
{
border-color: #5689EA;
}
.TagClassName
{
border-color: #5689EA;
}
</style>