Shades of Cornflower Blue #5698EF
Tints of Cornflower Blue #5698EF
RGB
CMYK
RGB Variations
Color information
#5698EF (or 0x5698EF) is known color: Cornflower Blue. HEX triplet: 56, 98 and EF. RGB value is (86,152,239). Sum of RGB (Red+Green+Blue) = 86+152+239=477 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.03% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #5698EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5698EF is #A96710. Grayscale: #8D8D8D. Windows color (decimal): -11101969 or 15702102. OLE color: 15702102.
HSL color Cylindrical-coordinate representation of color #5698EF: hue angle of 214.12º 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 #5698EF is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 152 | 239 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.06 |
| HSL | 214.12º | 0.83% | 0.64% | - |
| HSV(B) | 214.12º | 0.64% | 0.94% | - |
| XYZ | 30.65 | 30.67 | 85.97 | - |
| YUV | 142.18 | 182.63 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 152 | 239 | 0.64 | 0.36 | 0 | 0.06 | 214.12 | 0.83 | 0.64 |
| Hex | 56 | 98 | EF | 40 | 24 | 0 | 6 | D6 | 53 | 40 |
| Octal | 126 | 230 | 357 | 100 | 44 | 0 | 6 | 326 | 123 | 100 |
| Binary | 1010110 | 10011000 | 11101111 | 1000000 | 100100 | 0 | 110 | 11010110 | 1010011 | 1000000 |
Color Harmonies of #5698EF
Complementary color
Monochromatic Colors of #5698EF
Black with #5698EF
Text Example
Text Example
White with #5698EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5698EF; }
p { color: rgb(86,152,239); }
H1.HeaderClassName
{
color: #5698EF;
}
.AnyTagClassName
{
color: #5698EF;
}
</style>
background-color css
<style>
a { background-color: #5698EF; }
a { background-color: rgb(86,152,239); }
div.DivClassName
{
background-color: #5698EF;
}
.BgClassName
{
background-color: #5698EF;
}
</style>
border-color css
<style>
span { border-color: #5698EF; }
span { border-color: rgb(86,152,239); }
td.TdClassName
{
border-color: #5698EF;
}
.TagClassName
{
border-color: #5698EF;
}
</style>