Shades of Cornflower Blue #587BFF
Tints of Cornflower Blue #587BFF
RGB
CMYK
RGB Variations
Color information
#587BFF (or 0x587BFF) is known color: Cornflower Blue. HEX triplet: 58, 7B and FF. RGB value is (88,123,255). Sum of RGB (Red+Green+Blue) = 88+123+255=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #587BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #587BFF is #A78400. Grayscale: #7F7F7F. Windows color (decimal): -10978305 or 16743256. OLE color: 16743256.
HSL color Cylindrical-coordinate representation of color #587BFF: hue angle of 227.43º 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 #587BFF is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 123 | 255 | - |
| CMYK | 0.65 | 0.52 | 0 | 0 |
| HSL | 227.43º | 1% | 0.67% | - |
| HSV(B) | 227.43º | 0.65% | 1% | - |
| XYZ | 29.16 | 23.46 | 97.6 | - |
| YUV | 127.58 | 199.9 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 255 | 0.65 | 0.52 | 0 | 0 | 227.43 | 1 | 0.67 |
| Hex | 58 | 7B | FF | 41 | 34 | 0 | 0 | E3 | 64 | 43 |
| Octal | 130 | 173 | 377 | 101 | 64 | 0 | 0 | 343 | 144 | 103 |
| Binary | 1011000 | 1111011 | 11111111 | 1000001 | 110100 | 0 | 0 | 11100011 | 1100100 | 1000011 |
Color Harmonies of #587BFF
Complementary color
Monochromatic Colors of #587BFF
Black with #587BFF
Text Example
Text Example
White with #587BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587BFF; }
p { color: rgb(88,123,255); }
H1.HeaderClassName
{
color: #587BFF;
}
.AnyTagClassName
{
color: #587BFF;
}
</style>
background-color css
<style>
a { background-color: #587BFF; }
a { background-color: rgb(88,123,255); }
div.DivClassName
{
background-color: #587BFF;
}
.BgClassName
{
background-color: #587BFF;
}
</style>
border-color css
<style>
span { border-color: #587BFF; }
span { border-color: rgb(88,123,255); }
td.TdClassName
{
border-color: #587BFF;
}
.TagClassName
{
border-color: #587BFF;
}
</style>