Shades of Cornflower Blue #587AFF
Tints of Cornflower Blue #587AFF
RGB
CMYK
RGB Variations
Color information
#587AFF (or 0x587AFF) is known color: Cornflower Blue. HEX triplet: 58, 7A and FF. RGB value is (88,122,255). Sum of RGB (Red+Green+Blue) = 88+122+255=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #587AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #587AFF is #A78500. Grayscale: #7E7E7E. Windows color (decimal): -10978561 or 16743000. OLE color: 16743000.
HSL color Cylindrical-coordinate representation of color #587AFF: hue angle of 227.78º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #587AFF is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 122 | 255 | - |
| CMYK | 0.65 | 0.52 | 0 | 0 |
| HSL | 227.78º | 1% | 0.67% | - |
| HSV(B) | 227.78º | 0.65% | 1% | - |
| XYZ | 29.03 | 23.21 | 97.56 | - |
| YUV | 127 | 200.24 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 255 | 0.65 | 0.52 | 0 | 0 | 227.78 | 1 | 0.67 |
| Hex | 58 | 7A | FF | 41 | 34 | 0 | 0 | E4 | 64 | 43 |
| Octal | 130 | 172 | 377 | 101 | 64 | 0 | 0 | 344 | 144 | 103 |
| Binary | 1011000 | 1111010 | 11111111 | 1000001 | 110100 | 0 | 0 | 11100100 | 1100100 | 1000011 |
Color Harmonies of #587AFF
Complementary color
Monochromatic Colors of #587AFF
Black with #587AFF
Text Example
Text Example
White with #587AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587AFF; }
p { color: rgb(88,122,255); }
H1.HeaderClassName
{
color: #587AFF;
}
.AnyTagClassName
{
color: #587AFF;
}
</style>
background-color css
<style>
a { background-color: #587AFF; }
a { background-color: rgb(88,122,255); }
div.DivClassName
{
background-color: #587AFF;
}
.BgClassName
{
background-color: #587AFF;
}
</style>
border-color css
<style>
span { border-color: #587AFF; }
span { border-color: rgb(88,122,255); }
td.TdClassName
{
border-color: #587AFF;
}
.TagClassName
{
border-color: #587AFF;
}
</style>