Shades of Cornflower Blue #587EF1
Tints of Cornflower Blue #587EF1
RGB
CMYK
RGB Variations
Color information
#587EF1 (or 0x587EF1) is known color: Cornflower Blue. HEX triplet: 58, 7E and F1. RGB value is (88,126,241). Sum of RGB (Red+Green+Blue) = 88+126+241=455 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.34% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #587EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #587EF1 is #A7810E. Grayscale: #7F7F7F. Windows color (decimal): -10977551 or 15826520. OLE color: 15826520.
HSL color Cylindrical-coordinate representation of color #587EF1: hue angle of 225.1º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #587EF1 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 126 | 241 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.05 |
| HSL | 225.1º | 0.85% | 0.65% | - |
| HSV(B) | 225.1º | 0.63% | 0.95% | - |
| XYZ | 27.36 | 23.35 | 86.28 | - |
| YUV | 127.75 | 191.91 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 126 | 241 | 0.63 | 0.48 | 0 | 0.05 | 225.1 | 0.85 | 0.65 |
| Hex | 58 | 7E | F1 | 3F | 30 | 0 | 5 | E1 | 55 | 41 |
| Octal | 130 | 176 | 361 | 77 | 60 | 0 | 5 | 341 | 125 | 101 |
| Binary | 1011000 | 1111110 | 11110001 | 111111 | 110000 | 0 | 101 | 11100001 | 1010101 | 1000001 |
Color Harmonies of #587EF1
Complementary color
Monochromatic Colors of #587EF1
Black with #587EF1
Text Example
Text Example
White with #587EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587EF1; }
p { color: rgb(88,126,241); }
H1.HeaderClassName
{
color: #587EF1;
}
.AnyTagClassName
{
color: #587EF1;
}
</style>
background-color css
<style>
a { background-color: #587EF1; }
a { background-color: rgb(88,126,241); }
div.DivClassName
{
background-color: #587EF1;
}
.BgClassName
{
background-color: #587EF1;
}
</style>
border-color css
<style>
span { border-color: #587EF1; }
span { border-color: rgb(88,126,241); }
td.TdClassName
{
border-color: #587EF1;
}
.TagClassName
{
border-color: #587EF1;
}
</style>