Shades of Cornflower Blue #587CFA
Tints of Cornflower Blue #587CFA
RGB
CMYK
RGB Variations
Color information
#587CFA (or 0x587CFA) is known color: Cornflower Blue. HEX triplet: 58, 7C and FA. RGB value is (88,124,250). Sum of RGB (Red+Green+Blue) = 88+124+250=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #587CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #587CFA is #A78305. Grayscale: #7F7F7F. Windows color (decimal): -10978054 or 16415832. OLE color: 16415832.
HSL color Cylindrical-coordinate representation of color #587CFA: hue angle of 226.67º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #587CFA is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 124 | 250 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.02 |
| HSL | 226.67º | 0.94% | 0.66% | - |
| HSV(B) | 226.67º | 0.65% | 0.98% | - |
| XYZ | 28.49 | 23.39 | 93.46 | - |
| YUV | 127.6 | 197.07 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 250 | 0.65 | 0.50 | 0 | 0.02 | 226.67 | 0.94 | 0.66 |
| Hex | 58 | 7C | FA | 41 | 32 | 0 | 2 | E3 | 5E | 42 |
| Octal | 130 | 174 | 372 | 101 | 62 | 0 | 2 | 343 | 136 | 102 |
| Binary | 1011000 | 1111100 | 11111010 | 1000001 | 110010 | 0 | 10 | 11100011 | 1011110 | 1000010 |
Color Harmonies of #587CFA
Complementary color
Monochromatic Colors of #587CFA
Black with #587CFA
Text Example
Text Example
White with #587CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587CFA; }
p { color: rgb(88,124,250); }
H1.HeaderClassName
{
color: #587CFA;
}
.AnyTagClassName
{
color: #587CFA;
}
</style>
background-color css
<style>
a { background-color: #587CFA; }
a { background-color: rgb(88,124,250); }
div.DivClassName
{
background-color: #587CFA;
}
.BgClassName
{
background-color: #587CFA;
}
</style>
border-color css
<style>
span { border-color: #587CFA; }
span { border-color: rgb(88,124,250); }
td.TdClassName
{
border-color: #587CFA;
}
.TagClassName
{
border-color: #587CFA;
}
</style>