Shades of Cornflower Blue #5698EB
Tints of Cornflower Blue #5698EB
RGB
CMYK
RGB Variations
Color information
#5698EB (or 0x5698EB) is known color: Cornflower Blue. HEX triplet: 56, 98 and EB. RGB value is (86,152,235). Sum of RGB (Red+Green+Blue) = 86+152+235=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #5698EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5698EB is #A96714. Grayscale: #8D8D8D. Windows color (decimal): -11101973 or 15439958. OLE color: 15439958.
HSL color Cylindrical-coordinate representation of color #5698EB: hue angle of 213.42º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5698EB is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 152 | 235 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.08 |
| HSL | 213.42º | 0.79% | 0.63% | - |
| HSV(B) | 213.42º | 0.63% | 0.92% | - |
| XYZ | 30.06 | 30.43 | 82.89 | - |
| YUV | 141.73 | 180.63 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 152 | 235 | 0.63 | 0.35 | 0 | 0.08 | 213.42 | 0.79 | 0.63 |
| Hex | 56 | 98 | EB | 3F | 23 | 0 | 8 | D5 | 4F | 3F |
| Octal | 126 | 230 | 353 | 77 | 43 | 0 | 10 | 325 | 117 | 77 |
| Binary | 1010110 | 10011000 | 11101011 | 111111 | 100011 | 0 | 1000 | 11010101 | 1001111 | 111111 |
Color Harmonies of #5698EB
Complementary color
Monochromatic Colors of #5698EB
Black with #5698EB
Text Example
Text Example
White with #5698EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5698EB; }
p { color: rgb(86,152,235); }
H1.HeaderClassName
{
color: #5698EB;
}
.AnyTagClassName
{
color: #5698EB;
}
</style>
background-color css
<style>
a { background-color: #5698EB; }
a { background-color: rgb(86,152,235); }
div.DivClassName
{
background-color: #5698EB;
}
.BgClassName
{
background-color: #5698EB;
}
</style>
border-color css
<style>
span { border-color: #5698EB; }
span { border-color: rgb(86,152,235); }
td.TdClassName
{
border-color: #5698EB;
}
.TagClassName
{
border-color: #5698EB;
}
</style>