Shades of Cornflower Blue #5689FA
Tints of Cornflower Blue #5689FA
RGB
CMYK
RGB Variations
Color information
#5689FA (or 0x5689FA) is known color: Cornflower Blue. HEX triplet: 56, 89 and FA. RGB value is (86,137,250). Sum of RGB (Red+Green+Blue) = 86+137+250=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #5689FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5689FA is #A97605. Grayscale: #868686. Windows color (decimal): -11105798 or 16419158. OLE color: 16419158.
HSL color Cylindrical-coordinate representation of color #5689FA: hue angle of 221.34º 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 #5689FA is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 137 | 250 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.02 |
| HSL | 221.34º | 0.94% | 0.66% | - |
| HSV(B) | 221.34º | 0.66% | 0.98% | - |
| XYZ | 30.04 | 26.77 | 94.03 | - |
| YUV | 134.63 | 193.1 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 250 | 0.66 | 0.45 | 0 | 0.02 | 221.34 | 0.94 | 0.66 |
| Hex | 56 | 89 | FA | 42 | 2D | 0 | 2 | DD | 5E | 42 |
| Octal | 126 | 211 | 372 | 102 | 55 | 0 | 2 | 335 | 136 | 102 |
| Binary | 1010110 | 10001001 | 11111010 | 1000010 | 101101 | 0 | 10 | 11011101 | 1011110 | 1000010 |
Color Harmonies of #5689FA
Complementary color
Monochromatic Colors of #5689FA
Black with #5689FA
Text Example
Text Example
White with #5689FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5689FA; }
p { color: rgb(86,137,250); }
H1.HeaderClassName
{
color: #5689FA;
}
.AnyTagClassName
{
color: #5689FA;
}
</style>
background-color css
<style>
a { background-color: #5689FA; }
a { background-color: rgb(86,137,250); }
div.DivClassName
{
background-color: #5689FA;
}
.BgClassName
{
background-color: #5689FA;
}
</style>
border-color css
<style>
span { border-color: #5689FA; }
span { border-color: rgb(86,137,250); }
td.TdClassName
{
border-color: #5689FA;
}
.TagClassName
{
border-color: #5689FA;
}
</style>