Shades of Cornflower Blue #5686EF
Tints of Cornflower Blue #5686EF
RGB
CMYK
RGB Variations
Color information
#5686EF (or 0x5686EF) is known color: Cornflower Blue. HEX triplet: 56, 86 and EF. RGB value is (86,134,239). Sum of RGB (Red+Green+Blue) = 86+134+239=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #5686EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5686EF is #A97910. Grayscale: #838383. Windows color (decimal): -11106577 or 15697494. OLE color: 15697494.
HSL color Cylindrical-coordinate representation of color #5686EF: hue angle of 221.18º 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 #5686EF is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 134 | 239 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.06 |
| HSL | 221.18º | 0.83% | 0.64% | - |
| HSV(B) | 221.18º | 0.64% | 0.94% | - |
| XYZ | 27.94 | 25.26 | 85.06 | - |
| YUV | 131.62 | 188.6 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 134 | 239 | 0.64 | 0.44 | 0 | 0.06 | 221.18 | 0.83 | 0.64 |
| Hex | 56 | 86 | EF | 40 | 2C | 0 | 6 | DD | 53 | 40 |
| Octal | 126 | 206 | 357 | 100 | 54 | 0 | 6 | 335 | 123 | 100 |
| Binary | 1010110 | 10000110 | 11101111 | 1000000 | 101100 | 0 | 110 | 11011101 | 1010011 | 1000000 |
Color Harmonies of #5686EF
Complementary color
Monochromatic Colors of #5686EF
Black with #5686EF
Text Example
Text Example
White with #5686EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5686EF; }
p { color: rgb(86,134,239); }
H1.HeaderClassName
{
color: #5686EF;
}
.AnyTagClassName
{
color: #5686EF;
}
</style>
background-color css
<style>
a { background-color: #5686EF; }
a { background-color: rgb(86,134,239); }
div.DivClassName
{
background-color: #5686EF;
}
.BgClassName
{
background-color: #5686EF;
}
</style>
border-color css
<style>
span { border-color: #5686EF; }
span { border-color: rgb(86,134,239); }
td.TdClassName
{
border-color: #5686EF;
}
.TagClassName
{
border-color: #5686EF;
}
</style>