Shades of Cornflower Blue #5688E1
Tints of Cornflower Blue #5688E1
RGB
CMYK
RGB Variations
Color information
#5688E1 (or 0x5688E1) is known color: Cornflower Blue. HEX triplet: 56, 88 and E1. RGB value is (86,136,225). Sum of RGB (Red+Green+Blue) = 86+136+225=447 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.24% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #5688E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5688E1 is #A9771E. Grayscale: #828282. Windows color (decimal): -11106079 or 14780502. OLE color: 14780502.
HSL color Cylindrical-coordinate representation of color #5688E1: hue angle of 218.42º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5688E1 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 136 | 225 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.12 |
| HSL | 218.42º | 0.7% | 0.61% | - |
| HSV(B) | 218.42º | 0.62% | 0.88% | - |
| XYZ | 26.23 | 25.02 | 74.68 | - |
| YUV | 131.2 | 180.94 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 225 | 0.62 | 0.40 | 0 | 0.12 | 218.42 | 0.7 | 0.61 |
| Hex | 56 | 88 | E1 | 3E | 28 | 0 | C | DA | 46 | 3D |
| Octal | 126 | 210 | 341 | 76 | 50 | 0 | 14 | 332 | 106 | 75 |
| Binary | 1010110 | 10001000 | 11100001 | 111110 | 101000 | 0 | 1100 | 11011010 | 1000110 | 111101 |
Color Harmonies of #5688E1
Complementary color
Monochromatic Colors of #5688E1
Black with #5688E1
Text Example
Text Example
White with #5688E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5688E1; }
p { color: rgb(86,136,225); }
H1.HeaderClassName
{
color: #5688E1;
}
.AnyTagClassName
{
color: #5688E1;
}
</style>
background-color css
<style>
a { background-color: #5688E1; }
a { background-color: rgb(86,136,225); }
div.DivClassName
{
background-color: #5688E1;
}
.BgClassName
{
background-color: #5688E1;
}
</style>
border-color css
<style>
span { border-color: #5688E1; }
span { border-color: rgb(86,136,225); }
td.TdClassName
{
border-color: #5688E1;
}
.TagClassName
{
border-color: #5688E1;
}
</style>