Shades of Cornflower Blue #587DF7
Tints of Cornflower Blue #587DF7
RGB
CMYK
RGB Variations
Color information
#587DF7 (or 0x587DF7) is known color: Cornflower Blue. HEX triplet: 58, 7D and F7. RGB value is (88,125,247). Sum of RGB (Red+Green+Blue) = 88+125+247=460 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.13% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #587DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #587DF7 is #A78208. Grayscale: #7F7F7F. Windows color (decimal): -10977801 or 16219480. OLE color: 16219480.
HSL color Cylindrical-coordinate representation of color #587DF7: hue angle of 226.04º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #587DF7 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 125 | 247 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.03 |
| HSL | 226.04º | 0.91% | 0.66% | - |
| HSV(B) | 226.04º | 0.64% | 0.97% | - |
| XYZ | 28.15 | 23.46 | 91.04 | - |
| YUV | 127.85 | 195.24 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 247 | 0.64 | 0.49 | 0 | 0.03 | 226.04 | 0.91 | 0.66 |
| Hex | 58 | 7D | F7 | 40 | 31 | 0 | 3 | E2 | 5B | 42 |
| Octal | 130 | 175 | 367 | 100 | 61 | 0 | 3 | 342 | 133 | 102 |
| Binary | 1011000 | 1111101 | 11110111 | 1000000 | 110001 | 0 | 11 | 11100010 | 1011011 | 1000010 |
Color Harmonies of #587DF7
Complementary color
Monochromatic Colors of #587DF7
Black with #587DF7
Text Example
Text Example
White with #587DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587DF7; }
p { color: rgb(88,125,247); }
H1.HeaderClassName
{
color: #587DF7;
}
.AnyTagClassName
{
color: #587DF7;
}
</style>
background-color css
<style>
a { background-color: #587DF7; }
a { background-color: rgb(88,125,247); }
div.DivClassName
{
background-color: #587DF7;
}
.BgClassName
{
background-color: #587DF7;
}
</style>
border-color css
<style>
span { border-color: #587DF7; }
span { border-color: rgb(88,125,247); }
td.TdClassName
{
border-color: #587DF7;
}
.TagClassName
{
border-color: #587DF7;
}
</style>