Shades of Cornflower Blue #5698E1
Tints of Cornflower Blue #5698E1
RGB
CMYK
RGB Variations
Color information
#5698E1 (or 0x5698E1) is known color: Cornflower Blue. HEX triplet: 56, 98 and E1. RGB value is (86,152,225). Sum of RGB (Red+Green+Blue) = 86+152+225=463 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.57% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #5698E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5698E1 is #A9671E. Grayscale: #8C8C8C. Windows color (decimal): -11101983 or 14784598. OLE color: 14784598.
HSL color Cylindrical-coordinate representation of color #5698E1: hue angle of 211.51º 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 #5698E1 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 152 | 225 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.12 |
| HSL | 211.51º | 0.7% | 0.61% | - |
| HSV(B) | 211.51º | 0.62% | 0.88% | - |
| XYZ | 28.66 | 29.87 | 75.49 | - |
| YUV | 140.59 | 175.63 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 152 | 225 | 0.62 | 0.32 | 0 | 0.12 | 211.51 | 0.7 | 0.61 |
| Hex | 56 | 98 | E1 | 3E | 20 | 0 | C | D4 | 46 | 3D |
| Octal | 126 | 230 | 341 | 76 | 40 | 0 | 14 | 324 | 106 | 75 |
| Binary | 1010110 | 10011000 | 11100001 | 111110 | 100000 | 0 | 1100 | 11010100 | 1000110 | 111101 |
Color Harmonies of #5698E1
Complementary color
Monochromatic Colors of #5698E1
Black with #5698E1
Text Example
Text Example
White with #5698E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5698E1; }
p { color: rgb(86,152,225); }
H1.HeaderClassName
{
color: #5698E1;
}
.AnyTagClassName
{
color: #5698E1;
}
</style>
background-color css
<style>
a { background-color: #5698E1; }
a { background-color: rgb(86,152,225); }
div.DivClassName
{
background-color: #5698E1;
}
.BgClassName
{
background-color: #5698E1;
}
</style>
border-color css
<style>
span { border-color: #5698E1; }
span { border-color: rgb(86,152,225); }
td.TdClassName
{
border-color: #5698E1;
}
.TagClassName
{
border-color: #5698E1;
}
</style>