Shades of Cornflower Blue #5884FE
Tints of Cornflower Blue #5884FE
RGB
CMYK
RGB Variations
Color information
#5884FE (or 0x5884FE) is known color: Cornflower Blue. HEX triplet: 58, 84 and FE. RGB value is (88,132,254). Sum of RGB (Red+Green+Blue) = 88+132+254=474 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.57% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #5884FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5884FE is #A77B01. Grayscale: #848484. Windows color (decimal): -10976002 or 16680024. OLE color: 16680024.
HSL color Cylindrical-coordinate representation of color #5884FE: hue angle of 224.1º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5884FE is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 132 | 254 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.00 |
| HSL | 224.1º | 0.99% | 0.67% | - |
| HSV(B) | 224.1º | 0.65% | 1% | - |
| XYZ | 30.17 | 25.73 | 97.14 | - |
| YUV | 132.75 | 196.42 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 254 | 0.65 | 0.48 | 0 | 0.00 | 224.1 | 0.99 | 0.67 |
| Hex | 58 | 84 | FE | 41 | 30 | 0 | 0 | E0 | 63 | 43 |
| Octal | 130 | 204 | 376 | 101 | 60 | 0 | 0 | 340 | 143 | 103 |
| Binary | 1011000 | 10000100 | 11111110 | 1000001 | 110000 | 0 | 0 | 11100000 | 1100011 | 1000011 |
Color Harmonies of #5884FE
Complementary color
Monochromatic Colors of #5884FE
Black with #5884FE
Text Example
Text Example
White with #5884FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5884FE; }
p { color: rgb(88,132,254); }
H1.HeaderClassName
{
color: #5884FE;
}
.AnyTagClassName
{
color: #5884FE;
}
</style>
background-color css
<style>
a { background-color: #5884FE; }
a { background-color: rgb(88,132,254); }
div.DivClassName
{
background-color: #5884FE;
}
.BgClassName
{
background-color: #5884FE;
}
</style>
border-color css
<style>
span { border-color: #5884FE; }
span { border-color: rgb(88,132,254); }
td.TdClassName
{
border-color: #5884FE;
}
.TagClassName
{
border-color: #5884FE;
}
</style>