Shades of Cornflower Blue #5689E9
Tints of Cornflower Blue #5689E9
RGB
CMYK
RGB Variations
Color information
#5689E9 (or 0x5689E9) is known color: Cornflower Blue. HEX triplet: 56, 89 and E9. RGB value is (86,137,233). Sum of RGB (Red+Green+Blue) = 86+137+233=456 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.86% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #5689E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5689E9 is #A97616. Grayscale: #848484. Windows color (decimal): -11105815 or 15305046. OLE color: 15305046.
HSL color Cylindrical-coordinate representation of color #5689E9: hue angle of 219.18º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5689E9 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 137 | 233 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.09 |
| HSL | 219.18º | 0.77% | 0.63% | - |
| HSV(B) | 219.18º | 0.63% | 0.91% | - |
| XYZ | 27.49 | 25.75 | 80.61 | - |
| YUV | 132.7 | 184.6 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 233 | 0.63 | 0.41 | 0 | 0.09 | 219.18 | 0.77 | 0.63 |
| Hex | 56 | 89 | E9 | 3F | 29 | 0 | 9 | DB | 4D | 3F |
| Octal | 126 | 211 | 351 | 77 | 51 | 0 | 11 | 333 | 115 | 77 |
| Binary | 1010110 | 10001001 | 11101001 | 111111 | 101001 | 0 | 1001 | 11011011 | 1001101 | 111111 |
Color Harmonies of #5689E9
Complementary color
Monochromatic Colors of #5689E9
Black with #5689E9
Text Example
Text Example
White with #5689E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5689E9; }
p { color: rgb(86,137,233); }
H1.HeaderClassName
{
color: #5689E9;
}
.AnyTagClassName
{
color: #5689E9;
}
</style>
background-color css
<style>
a { background-color: #5689E9; }
a { background-color: rgb(86,137,233); }
div.DivClassName
{
background-color: #5689E9;
}
.BgClassName
{
background-color: #5689E9;
}
</style>
border-color css
<style>
span { border-color: #5689E9; }
span { border-color: rgb(86,137,233); }
td.TdClassName
{
border-color: #5689E9;
}
.TagClassName
{
border-color: #5689E9;
}
</style>