Shades of Cornflower Blue #5884EA
Tints of Cornflower Blue #5884EA
RGB
CMYK
RGB Variations
Color information
#5884EA (or 0x5884EA) is known color: Cornflower Blue. HEX triplet: 58, 84 and EA. RGB value is (88,132,234). Sum of RGB (Red+Green+Blue) = 88+132+234=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #5884EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5884EA is #A77B15. Grayscale: #828282. Windows color (decimal): -10976022 or 15369304. OLE color: 15369304.
HSL color Cylindrical-coordinate representation of color #5884EA: hue angle of 221.92º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5884EA is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 132 | 234 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.08 |
| HSL | 221.92º | 0.78% | 0.63% | - |
| HSV(B) | 221.92º | 0.62% | 0.92% | - |
| XYZ | 27.13 | 24.52 | 81.14 | - |
| YUV | 130.47 | 186.42 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 234 | 0.62 | 0.44 | 0 | 0.08 | 221.92 | 0.78 | 0.63 |
| Hex | 58 | 84 | EA | 3E | 2C | 0 | 8 | DE | 4E | 3F |
| Octal | 130 | 204 | 352 | 76 | 54 | 0 | 10 | 336 | 116 | 77 |
| Binary | 1011000 | 10000100 | 11101010 | 111110 | 101100 | 0 | 1000 | 11011110 | 1001110 | 111111 |
Color Harmonies of #5884EA
Complementary color
Monochromatic Colors of #5884EA
Black with #5884EA
Text Example
Text Example
White with #5884EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5884EA; }
p { color: rgb(88,132,234); }
H1.HeaderClassName
{
color: #5884EA;
}
.AnyTagClassName
{
color: #5884EA;
}
</style>
background-color css
<style>
a { background-color: #5884EA; }
a { background-color: rgb(88,132,234); }
div.DivClassName
{
background-color: #5884EA;
}
.BgClassName
{
background-color: #5884EA;
}
</style>
border-color css
<style>
span { border-color: #5884EA; }
span { border-color: rgb(88,132,234); }
td.TdClassName
{
border-color: #5884EA;
}
.TagClassName
{
border-color: #5884EA;
}
</style>