Shades of Cornflower Blue #5680EF
Tints of Cornflower Blue #5680EF
RGB
CMYK
RGB Variations
Color information
#5680EF (or 0x5680EF) is known color: Cornflower Blue. HEX triplet: 56, 80 and EF. RGB value is (86,128,239). Sum of RGB (Red+Green+Blue) = 86+128+239=453 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.98% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #5680EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5680EF is #A97F10. Grayscale: #7F7F7F. Windows color (decimal): -11108113 or 15695958. OLE color: 15695958.
HSL color Cylindrical-coordinate representation of color #5680EF: hue angle of 223.53º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5680EF is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 128 | 239 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.06 |
| HSL | 223.53º | 0.83% | 0.64% | - |
| HSV(B) | 223.53º | 0.64% | 0.94% | - |
| XYZ | 27.14 | 23.65 | 84.8 | - |
| YUV | 128.1 | 190.59 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 128 | 239 | 0.64 | 0.46 | 0 | 0.06 | 223.53 | 0.83 | 0.64 |
| Hex | 56 | 80 | EF | 40 | 2E | 0 | 6 | E0 | 53 | 40 |
| Octal | 126 | 200 | 357 | 100 | 56 | 0 | 6 | 340 | 123 | 100 |
| Binary | 1010110 | 10000000 | 11101111 | 1000000 | 101110 | 0 | 110 | 11100000 | 1010011 | 1000000 |
Color Harmonies of #5680EF
Complementary color
Monochromatic Colors of #5680EF
Black with #5680EF
Text Example
Text Example
White with #5680EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5680EF; }
p { color: rgb(86,128,239); }
H1.HeaderClassName
{
color: #5680EF;
}
.AnyTagClassName
{
color: #5680EF;
}
</style>
background-color css
<style>
a { background-color: #5680EF; }
a { background-color: rgb(86,128,239); }
div.DivClassName
{
background-color: #5680EF;
}
.BgClassName
{
background-color: #5680EF;
}
</style>
border-color css
<style>
span { border-color: #5680EF; }
span { border-color: rgb(86,128,239); }
td.TdClassName
{
border-color: #5680EF;
}
.TagClassName
{
border-color: #5680EF;
}
</style>