Shades of Cornflower Blue #5680FA
Tints of Cornflower Blue #5680FA
RGB
CMYK
RGB Variations
Color information
#5680FA (or 0x5680FA) is known color: Cornflower Blue. HEX triplet: 56, 80 and FA. RGB value is (86,128,250). Sum of RGB (Red+Green+Blue) = 86+128+250=464 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.53% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #5680FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5680FA is #A97F05. Grayscale: #808080. Windows color (decimal): -11108102 or 16416854. OLE color: 16416854.
HSL color Cylindrical-coordinate representation of color #5680FA: hue angle of 224.63º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5680FA is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 128 | 250 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.02 |
| HSL | 224.63º | 0.94% | 0.66% | - |
| HSV(B) | 224.63º | 0.66% | 0.98% | - |
| XYZ | 28.81 | 24.32 | 93.62 | - |
| YUV | 129.35 | 196.09 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 128 | 250 | 0.66 | 0.49 | 0 | 0.02 | 224.63 | 0.94 | 0.66 |
| Hex | 56 | 80 | FA | 42 | 31 | 0 | 2 | E1 | 5E | 42 |
| Octal | 126 | 200 | 372 | 102 | 61 | 0 | 2 | 341 | 136 | 102 |
| Binary | 1010110 | 10000000 | 11111010 | 1000010 | 110001 | 0 | 10 | 11100001 | 1011110 | 1000010 |
Color Harmonies of #5680FA
Complementary color
Monochromatic Colors of #5680FA
Black with #5680FA
Text Example
Text Example
White with #5680FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5680FA; }
p { color: rgb(86,128,250); }
H1.HeaderClassName
{
color: #5680FA;
}
.AnyTagClassName
{
color: #5680FA;
}
</style>
background-color css
<style>
a { background-color: #5680FA; }
a { background-color: rgb(86,128,250); }
div.DivClassName
{
background-color: #5680FA;
}
.BgClassName
{
background-color: #5680FA;
}
</style>
border-color css
<style>
span { border-color: #5680FA; }
span { border-color: rgb(86,128,250); }
td.TdClassName
{
border-color: #5680FA;
}
.TagClassName
{
border-color: #5680FA;
}
</style>