Shades of Cornflower Blue #587CF6
Tints of Cornflower Blue #587CF6
RGB
CMYK
RGB Variations
Color information
#587CF6 (or 0x587CF6) is known color: Cornflower Blue. HEX triplet: 58, 7C and F6. RGB value is (88,124,246). Sum of RGB (Red+Green+Blue) = 88+124+246=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #587CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #587CF6 is #A78309. Grayscale: #7E7E7E. Windows color (decimal): -10978058 or 16153688. OLE color: 16153688.
HSL color Cylindrical-coordinate representation of color #587CF6: hue angle of 226.33º 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 #587CF6 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 124 | 246 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.04 |
| HSL | 226.33º | 0.9% | 0.65% | - |
| HSV(B) | 226.33º | 0.64% | 0.96% | - |
| XYZ | 27.87 | 23.14 | 90.19 | - |
| YUV | 127.14 | 195.07 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 246 | 0.64 | 0.50 | 0 | 0.04 | 226.33 | 0.9 | 0.65 |
| Hex | 58 | 7C | F6 | 40 | 32 | 0 | 4 | E2 | 5A | 41 |
| Octal | 130 | 174 | 366 | 100 | 62 | 0 | 4 | 342 | 132 | 101 |
| Binary | 1011000 | 1111100 | 11110110 | 1000000 | 110010 | 0 | 100 | 11100010 | 1011010 | 1000001 |
Color Harmonies of #587CF6
Complementary color
Monochromatic Colors of #587CF6
Black with #587CF6
Text Example
Text Example
White with #587CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587CF6; }
p { color: rgb(88,124,246); }
H1.HeaderClassName
{
color: #587CF6;
}
.AnyTagClassName
{
color: #587CF6;
}
</style>
background-color css
<style>
a { background-color: #587CF6; }
a { background-color: rgb(88,124,246); }
div.DivClassName
{
background-color: #587CF6;
}
.BgClassName
{
background-color: #587CF6;
}
</style>
border-color css
<style>
span { border-color: #587CF6; }
span { border-color: rgb(88,124,246); }
td.TdClassName
{
border-color: #587CF6;
}
.TagClassName
{
border-color: #587CF6;
}
</style>