Shades of Cornflower Blue #587AFB
Tints of Cornflower Blue #587AFB
RGB
CMYK
RGB Variations
Color information
#587AFB (or 0x587AFB) is known color: Cornflower Blue. HEX triplet: 58, 7A and FB. RGB value is (88,122,251). Sum of RGB (Red+Green+Blue) = 88+122+251=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #587AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #587AFB is #A78504. Grayscale: #7D7D7D. Windows color (decimal): -10978565 or 16480856. OLE color: 16480856.
HSL color Cylindrical-coordinate representation of color #587AFB: hue angle of 227.48º degrees, saturation: 0.95, 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 #587AFB is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 122 | 251 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.02 |
| HSL | 227.48º | 0.95% | 0.66% | - |
| HSV(B) | 227.48º | 0.65% | 0.98% | - |
| XYZ | 28.4 | 22.96 | 94.2 | - |
| YUV | 126.54 | 198.24 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 251 | 0.65 | 0.51 | 0 | 0.02 | 227.48 | 0.95 | 0.66 |
| Hex | 58 | 7A | FB | 41 | 33 | 0 | 2 | E3 | 5F | 42 |
| Octal | 130 | 172 | 373 | 101 | 63 | 0 | 2 | 343 | 137 | 102 |
| Binary | 1011000 | 1111010 | 11111011 | 1000001 | 110011 | 0 | 10 | 11100011 | 1011111 | 1000010 |
Color Harmonies of #587AFB
Complementary color
Monochromatic Colors of #587AFB
Black with #587AFB
Text Example
Text Example
White with #587AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587AFB; }
p { color: rgb(88,122,251); }
H1.HeaderClassName
{
color: #587AFB;
}
.AnyTagClassName
{
color: #587AFB;
}
</style>
background-color css
<style>
a { background-color: #587AFB; }
a { background-color: rgb(88,122,251); }
div.DivClassName
{
background-color: #587AFB;
}
.BgClassName
{
background-color: #587AFB;
}
</style>
border-color css
<style>
span { border-color: #587AFB; }
span { border-color: rgb(88,122,251); }
td.TdClassName
{
border-color: #587AFB;
}
.TagClassName
{
border-color: #587AFB;
}
</style>