Shades of Cornflower Blue #5893EC
Tints of Cornflower Blue #5893EC
RGB
CMYK
RGB Variations
Color information
#5893EC (or 0x5893EC) is known color: Cornflower Blue. HEX triplet: 58, 93 and EC. RGB value is (88,147,236). Sum of RGB (Red+Green+Blue) = 88+147+236=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #5893EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5893EC is #A76C13. Grayscale: #8B8B8B. Windows color (decimal): -10972180 or 15504216. OLE color: 15504216.
HSL color Cylindrical-coordinate representation of color #5893EC: hue angle of 216.08º 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 #5893EC is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 147 | 236 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.07 |
| HSL | 216.08º | 0.8% | 0.64% | - |
| HSV(B) | 216.08º | 0.63% | 0.93% | - |
| XYZ | 29.6 | 29 | 83.39 | - |
| YUV | 139.51 | 182.45 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 147 | 236 | 0.63 | 0.38 | 0 | 0.07 | 216.08 | 0.8 | 0.64 |
| Hex | 58 | 93 | EC | 3F | 26 | 0 | 7 | D8 | 50 | 40 |
| Octal | 130 | 223 | 354 | 77 | 46 | 0 | 7 | 330 | 120 | 100 |
| Binary | 1011000 | 10010011 | 11101100 | 111111 | 100110 | 0 | 111 | 11011000 | 1010000 | 1000000 |
Color Harmonies of #5893EC
Complementary color
Monochromatic Colors of #5893EC
Black with #5893EC
Text Example
Text Example
White with #5893EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5893EC; }
p { color: rgb(88,147,236); }
H1.HeaderClassName
{
color: #5893EC;
}
.AnyTagClassName
{
color: #5893EC;
}
</style>
background-color css
<style>
a { background-color: #5893EC; }
a { background-color: rgb(88,147,236); }
div.DivClassName
{
background-color: #5893EC;
}
.BgClassName
{
background-color: #5893EC;
}
</style>
border-color css
<style>
span { border-color: #5893EC; }
span { border-color: rgb(88,147,236); }
td.TdClassName
{
border-color: #5893EC;
}
.TagClassName
{
border-color: #5893EC;
}
</style>