Shades of Cornflower Blue #5898EC
Tints of Cornflower Blue #5898EC
RGB
CMYK
RGB Variations
Color information
#5898EC (or 0x5898EC) is known color: Cornflower Blue. HEX triplet: 58, 98 and EC. RGB value is (88,152,236). Sum of RGB (Red+Green+Blue) = 88+152+236=476 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.49% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #5898EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5898EC is #A76713. Grayscale: #8E8E8E. Windows color (decimal): -10970900 or 15505496. OLE color: 15505496.
HSL color Cylindrical-coordinate representation of color #5898EC: hue angle of 214.05º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5898EC is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 152 | 236 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.07 |
| HSL | 214.05º | 0.8% | 0.64% | - |
| HSV(B) | 214.05º | 0.63% | 0.93% | - |
| XYZ | 30.39 | 30.59 | 83.66 | - |
| YUV | 142.44 | 180.8 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 236 | 0.63 | 0.36 | 0 | 0.07 | 214.05 | 0.8 | 0.64 |
| Hex | 58 | 98 | EC | 3F | 24 | 0 | 7 | D6 | 50 | 40 |
| Octal | 130 | 230 | 354 | 77 | 44 | 0 | 7 | 326 | 120 | 100 |
| Binary | 1011000 | 10011000 | 11101100 | 111111 | 100100 | 0 | 111 | 11010110 | 1010000 | 1000000 |
Color Harmonies of #5898EC
Complementary color
Monochromatic Colors of #5898EC
Black with #5898EC
Text Example
Text Example
White with #5898EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5898EC; }
p { color: rgb(88,152,236); }
H1.HeaderClassName
{
color: #5898EC;
}
.AnyTagClassName
{
color: #5898EC;
}
</style>
background-color css
<style>
a { background-color: #5898EC; }
a { background-color: rgb(88,152,236); }
div.DivClassName
{
background-color: #5898EC;
}
.BgClassName
{
background-color: #5898EC;
}
</style>
border-color css
<style>
span { border-color: #5898EC; }
span { border-color: rgb(88,152,236); }
td.TdClassName
{
border-color: #5898EC;
}
.TagClassName
{
border-color: #5898EC;
}
</style>