Shades of Cornflower Blue #5884F6
Tints of Cornflower Blue #5884F6
RGB
CMYK
RGB Variations
Color information
#5884F6 (or 0x5884F6) is known color: Cornflower Blue. HEX triplet: 58, 84 and F6. RGB value is (88,132,246). Sum of RGB (Red+Green+Blue) = 88+132+246=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #5884F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5884F6 is #A77B09. Grayscale: #838383. Windows color (decimal): -10976010 or 16155736. OLE color: 16155736.
HSL color Cylindrical-coordinate representation of color #5884F6: hue angle of 223.29º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5884F6 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 132 | 246 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.04 |
| HSL | 223.29º | 0.9% | 0.65% | - |
| HSV(B) | 223.29º | 0.64% | 0.96% | - |
| XYZ | 28.91 | 25.23 | 90.54 | - |
| YUV | 131.84 | 192.42 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 246 | 0.64 | 0.46 | 0 | 0.04 | 223.29 | 0.9 | 0.65 |
| Hex | 58 | 84 | F6 | 40 | 2E | 0 | 4 | DF | 5A | 41 |
| Octal | 130 | 204 | 366 | 100 | 56 | 0 | 4 | 337 | 132 | 101 |
| Binary | 1011000 | 10000100 | 11110110 | 1000000 | 101110 | 0 | 100 | 11011111 | 1011010 | 1000001 |
Color Harmonies of #5884F6
Complementary color
Monochromatic Colors of #5884F6
Black with #5884F6
Text Example
Text Example
White with #5884F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5884F6; }
p { color: rgb(88,132,246); }
H1.HeaderClassName
{
color: #5884F6;
}
.AnyTagClassName
{
color: #5884F6;
}
</style>
background-color css
<style>
a { background-color: #5884F6; }
a { background-color: rgb(88,132,246); }
div.DivClassName
{
background-color: #5884F6;
}
.BgClassName
{
background-color: #5884F6;
}
</style>
border-color css
<style>
span { border-color: #5884F6; }
span { border-color: rgb(88,132,246); }
td.TdClassName
{
border-color: #5884F6;
}
.TagClassName
{
border-color: #5884F6;
}
</style>