Shades of Cornflower Blue #5884E8
Tints of Cornflower Blue #5884E8
RGB
CMYK
RGB Variations
Color information
#5884E8 (or 0x5884E8) is known color: Cornflower Blue. HEX triplet: 58, 84 and E8. RGB value is (88,132,232). Sum of RGB (Red+Green+Blue) = 88+132+232=452 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.47% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 232 (91.02% from 255 or 51.33% from 452); Max value from RGB is 232 - color contains mainly: blue. Hex color #5884E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5884E8 is #A77B17. Grayscale: #818181. Windows color (decimal): -10976024 or 15238232. OLE color: 15238232.
HSL color Cylindrical-coordinate representation of color #5884E8: hue angle of 221.67º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5884E8 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 132 | 232 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.09 |
| HSL | 221.67º | 0.76% | 0.63% | - |
| HSV(B) | 221.67º | 0.62% | 0.91% | - |
| XYZ | 26.84 | 24.4 | 79.64 | - |
| YUV | 130.24 | 185.42 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 232 | 0.62 | 0.43 | 0 | 0.09 | 221.67 | 0.76 | 0.63 |
| Hex | 58 | 84 | E8 | 3E | 2B | 0 | 9 | DE | 4C | 3F |
| Octal | 130 | 204 | 350 | 76 | 53 | 0 | 11 | 336 | 114 | 77 |
| Binary | 1011000 | 10000100 | 11101000 | 111110 | 101011 | 0 | 1001 | 11011110 | 1001100 | 111111 |
Color Harmonies of #5884E8
Complementary color
Monochromatic Colors of #5884E8
Black with #5884E8
Text Example
Text Example
White with #5884E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5884E8; }
p { color: rgb(88,132,232); }
H1.HeaderClassName
{
color: #5884E8;
}
.AnyTagClassName
{
color: #5884E8;
}
</style>
background-color css
<style>
a { background-color: #5884E8; }
a { background-color: rgb(88,132,232); }
div.DivClassName
{
background-color: #5884E8;
}
.BgClassName
{
background-color: #5884E8;
}
</style>
border-color css
<style>
span { border-color: #5884E8; }
span { border-color: rgb(88,132,232); }
td.TdClassName
{
border-color: #5884E8;
}
.TagClassName
{
border-color: #5884E8;
}
</style>