Shades of Cornflower Blue #5885EC
Tints of Cornflower Blue #5885EC
RGB
CMYK
RGB Variations
Color information
#5885EC (or 0x5885EC) is known color: Cornflower Blue. HEX triplet: 58, 85 and EC. RGB value is (88,133,236). Sum of RGB (Red+Green+Blue) = 88+133+236=457 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.26% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #5885EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5885EC is #A77A13. Grayscale: #828282. Windows color (decimal): -10975764 or 15500632. OLE color: 15500632.
HSL color Cylindrical-coordinate representation of color #5885EC: hue angle of 221.76º 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 #5885EC is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 133 | 236 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.07 |
| HSL | 221.76º | 0.8% | 0.64% | - |
| HSV(B) | 221.76º | 0.63% | 0.93% | - |
| XYZ | 27.55 | 24.91 | 82.71 | - |
| YUV | 131.29 | 187.09 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 133 | 236 | 0.63 | 0.44 | 0 | 0.07 | 221.76 | 0.8 | 0.64 |
| Hex | 58 | 85 | EC | 3F | 2C | 0 | 7 | DE | 50 | 40 |
| Octal | 130 | 205 | 354 | 77 | 54 | 0 | 7 | 336 | 120 | 100 |
| Binary | 1011000 | 10000101 | 11101100 | 111111 | 101100 | 0 | 111 | 11011110 | 1010000 | 1000000 |
Color Harmonies of #5885EC
Complementary color
Monochromatic Colors of #5885EC
Black with #5885EC
Text Example
Text Example
White with #5885EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5885EC; }
p { color: rgb(88,133,236); }
H1.HeaderClassName
{
color: #5885EC;
}
.AnyTagClassName
{
color: #5885EC;
}
</style>
background-color css
<style>
a { background-color: #5885EC; }
a { background-color: rgb(88,133,236); }
div.DivClassName
{
background-color: #5885EC;
}
.BgClassName
{
background-color: #5885EC;
}
</style>
border-color css
<style>
span { border-color: #5885EC; }
span { border-color: rgb(88,133,236); }
td.TdClassName
{
border-color: #5885EC;
}
.TagClassName
{
border-color: #5885EC;
}
</style>