Shades of Cornflower Blue #5698E9
Tints of Cornflower Blue #5698E9
RGB
CMYK
RGB Variations
Color information
#5698E9 (or 0x5698E9) is known color: Cornflower Blue. HEX triplet: 56, 98 and E9. RGB value is (86,152,233). Sum of RGB (Red+Green+Blue) = 86+152+233=471 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.26% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #5698E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5698E9 is #A96716. Grayscale: #8D8D8D. Windows color (decimal): -11101975 or 15308886. OLE color: 15308886.
HSL color Cylindrical-coordinate representation of color #5698E9: hue angle of 213.06º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5698E9 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 152 | 233 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.09 |
| HSL | 213.06º | 0.77% | 0.63% | - |
| HSV(B) | 213.06º | 0.63% | 0.91% | - |
| XYZ | 29.77 | 30.32 | 81.37 | - |
| YUV | 141.5 | 179.63 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 152 | 233 | 0.63 | 0.35 | 0 | 0.09 | 213.06 | 0.77 | 0.63 |
| Hex | 56 | 98 | E9 | 3F | 23 | 0 | 9 | D5 | 4D | 3F |
| Octal | 126 | 230 | 351 | 77 | 43 | 0 | 11 | 325 | 115 | 77 |
| Binary | 1010110 | 10011000 | 11101001 | 111111 | 100011 | 0 | 1001 | 11010101 | 1001101 | 111111 |
Color Harmonies of #5698E9
Complementary color
Monochromatic Colors of #5698E9
Black with #5698E9
Text Example
Text Example
White with #5698E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5698E9; }
p { color: rgb(86,152,233); }
H1.HeaderClassName
{
color: #5698E9;
}
.AnyTagClassName
{
color: #5698E9;
}
</style>
background-color css
<style>
a { background-color: #5698E9; }
a { background-color: rgb(86,152,233); }
div.DivClassName
{
background-color: #5698E9;
}
.BgClassName
{
background-color: #5698E9;
}
</style>
border-color css
<style>
span { border-color: #5698E9; }
span { border-color: rgb(86,152,233); }
td.TdClassName
{
border-color: #5698E9;
}
.TagClassName
{
border-color: #5698E9;
}
</style>