Shades of Cornflower Blue #587DF0
Tints of Cornflower Blue #587DF0
RGB
CMYK
RGB Variations
Color information
#587DF0 (or 0x587DF0) is known color: Cornflower Blue. HEX triplet: 58, 7D and F0. RGB value is (88,125,240). Sum of RGB (Red+Green+Blue) = 88+125+240=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #587DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #587DF0 is #A7820F. Grayscale: #7E7E7E. Windows color (decimal): -10977808 or 15760728. OLE color: 15760728.
HSL color Cylindrical-coordinate representation of color #587DF0: hue angle of 225.39º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #587DF0 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 125 | 240 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.06 |
| HSL | 225.39º | 0.84% | 0.64% | - |
| HSV(B) | 225.39º | 0.63% | 0.94% | - |
| XYZ | 27.09 | 23.03 | 85.46 | - |
| YUV | 127.05 | 191.74 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 240 | 0.63 | 0.48 | 0 | 0.06 | 225.39 | 0.84 | 0.64 |
| Hex | 58 | 7D | F0 | 3F | 30 | 0 | 6 | E1 | 54 | 40 |
| Octal | 130 | 175 | 360 | 77 | 60 | 0 | 6 | 341 | 124 | 100 |
| Binary | 1011000 | 1111101 | 11110000 | 111111 | 110000 | 0 | 110 | 11100001 | 1010100 | 1000000 |
Color Harmonies of #587DF0
Complementary color
Monochromatic Colors of #587DF0
Black with #587DF0
Text Example
Text Example
White with #587DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587DF0; }
p { color: rgb(88,125,240); }
H1.HeaderClassName
{
color: #587DF0;
}
.AnyTagClassName
{
color: #587DF0;
}
</style>
background-color css
<style>
a { background-color: #587DF0; }
a { background-color: rgb(88,125,240); }
div.DivClassName
{
background-color: #587DF0;
}
.BgClassName
{
background-color: #587DF0;
}
</style>
border-color css
<style>
span { border-color: #587DF0; }
span { border-color: rgb(88,125,240); }
td.TdClassName
{
border-color: #587DF0;
}
.TagClassName
{
border-color: #587DF0;
}
</style>