Shades of Cornflower Blue #587DF1
Tints of Cornflower Blue #587DF1
RGB
CMYK
RGB Variations
Color information
#587DF1 (or 0x587DF1) is known color: Cornflower Blue. HEX triplet: 58, 7D and F1. RGB value is (88,125,241). Sum of RGB (Red+Green+Blue) = 88+125+241=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #587DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #587DF1 is #A7820E. Grayscale: #7E7E7E. Windows color (decimal): -10977807 or 15826264. OLE color: 15826264.
HSL color Cylindrical-coordinate representation of color #587DF1: hue angle of 225.49º 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 #587DF1 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 125 | 241 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.05 |
| HSL | 225.49º | 0.85% | 0.65% | - |
| HSV(B) | 225.49º | 0.63% | 0.95% | - |
| XYZ | 27.24 | 23.09 | 86.24 | - |
| YUV | 127.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 241 | 0.63 | 0.48 | 0 | 0.05 | 225.49 | 0.85 | 0.65 |
| Hex | 58 | 7D | F1 | 3F | 30 | 0 | 5 | E1 | 55 | 41 |
| Octal | 130 | 175 | 361 | 77 | 60 | 0 | 5 | 341 | 125 | 101 |
| Binary | 1011000 | 1111101 | 11110001 | 111111 | 110000 | 0 | 101 | 11100001 | 1010101 | 1000001 |
Color Harmonies of #587DF1
Complementary color
Monochromatic Colors of #587DF1
Black with #587DF1
Text Example
Text Example
White with #587DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587DF1; }
p { color: rgb(88,125,241); }
H1.HeaderClassName
{
color: #587DF1;
}
.AnyTagClassName
{
color: #587DF1;
}
</style>
background-color css
<style>
a { background-color: #587DF1; }
a { background-color: rgb(88,125,241); }
div.DivClassName
{
background-color: #587DF1;
}
.BgClassName
{
background-color: #587DF1;
}
</style>
border-color css
<style>
span { border-color: #587DF1; }
span { border-color: rgb(88,125,241); }
td.TdClassName
{
border-color: #587DF1;
}
.TagClassName
{
border-color: #587DF1;
}
</style>