Shades of Cornflower Blue #5689E4
Tints of Cornflower Blue #5689E4
RGB
CMYK
RGB Variations
Color information
#5689E4 (or 0x5689E4) is known color: Cornflower Blue. HEX triplet: 56, 89 and E4. RGB value is (86,137,228). Sum of RGB (Red+Green+Blue) = 86+137+228=451 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.07% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 228 (89.45% from 255 or 50.55% from 451); Max value from RGB is 228 - color contains mainly: blue. Hex color #5689E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5689E4 is #A9761B. Grayscale: #838383. Windows color (decimal): -11105820 or 14977366. OLE color: 14977366.
HSL color Cylindrical-coordinate representation of color #5689E4: hue angle of 218.45º 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 #5689E4 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 137 | 228 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.11 |
| HSL | 218.45º | 0.72% | 0.62% | - |
| HSV(B) | 218.45º | 0.62% | 0.89% | - |
| XYZ | 26.79 | 25.47 | 76.9 | - |
| YUV | 132.13 | 182.1 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 228 | 0.62 | 0.40 | 0 | 0.11 | 218.45 | 0.72 | 0.62 |
| Hex | 56 | 89 | E4 | 3E | 28 | 0 | B | DA | 48 | 3E |
| Octal | 126 | 211 | 344 | 76 | 50 | 0 | 13 | 332 | 110 | 76 |
| Binary | 1010110 | 10001001 | 11100100 | 111110 | 101000 | 0 | 1011 | 11011010 | 1001000 | 111110 |
Color Harmonies of #5689E4
Complementary color
Monochromatic Colors of #5689E4
Black with #5689E4
Text Example
Text Example
White with #5689E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5689E4; }
p { color: rgb(86,137,228); }
H1.HeaderClassName
{
color: #5689E4;
}
.AnyTagClassName
{
color: #5689E4;
}
</style>
background-color css
<style>
a { background-color: #5689E4; }
a { background-color: rgb(86,137,228); }
div.DivClassName
{
background-color: #5689E4;
}
.BgClassName
{
background-color: #5689E4;
}
</style>
border-color css
<style>
span { border-color: #5689E4; }
span { border-color: rgb(86,137,228); }
td.TdClassName
{
border-color: #5689E4;
}
.TagClassName
{
border-color: #5689E4;
}
</style>