Shades of Cornflower Blue #587FF6
Tints of Cornflower Blue #587FF6
RGB
CMYK
RGB Variations
Color information
#587FF6 (or 0x587FF6) is known color: Cornflower Blue. HEX triplet: 58, 7F and F6. RGB value is (88,127,246). Sum of RGB (Red+Green+Blue) = 88+127+246=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #587FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #587FF6 is #A78009. Grayscale: #808080. Windows color (decimal): -10977290 or 16154456. OLE color: 16154456.
HSL color Cylindrical-coordinate representation of color #587FF6: hue angle of 225.19º 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 #587FF6 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 127 | 246 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.04 |
| HSL | 225.19º | 0.9% | 0.65% | - |
| HSV(B) | 225.19º | 0.64% | 0.96% | - |
| XYZ | 28.25 | 23.91 | 90.31 | - |
| YUV | 128.91 | 194.08 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 127 | 246 | 0.64 | 0.48 | 0 | 0.04 | 225.19 | 0.9 | 0.65 |
| Hex | 58 | 7F | F6 | 40 | 30 | 0 | 4 | E1 | 5A | 41 |
| Octal | 130 | 177 | 366 | 100 | 60 | 0 | 4 | 341 | 132 | 101 |
| Binary | 1011000 | 1111111 | 11110110 | 1000000 | 110000 | 0 | 100 | 11100001 | 1011010 | 1000001 |
Color Harmonies of #587FF6
Complementary color
Monochromatic Colors of #587FF6
Black with #587FF6
Text Example
Text Example
White with #587FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587FF6; }
p { color: rgb(88,127,246); }
H1.HeaderClassName
{
color: #587FF6;
}
.AnyTagClassName
{
color: #587FF6;
}
</style>
background-color css
<style>
a { background-color: #587FF6; }
a { background-color: rgb(88,127,246); }
div.DivClassName
{
background-color: #587FF6;
}
.BgClassName
{
background-color: #587FF6;
}
</style>
border-color css
<style>
span { border-color: #587FF6; }
span { border-color: rgb(88,127,246); }
td.TdClassName
{
border-color: #587FF6;
}
.TagClassName
{
border-color: #587FF6;
}
</style>