Shades of Cornflower Blue #589BE5
Tints of Cornflower Blue #589BE5
RGB
CMYK
RGB Variations
Color information
#589BE5 (or 0x589BE5) is known color: Cornflower Blue. HEX triplet: 58, 9B and E5. RGB value is (88,155,229). Sum of RGB (Red+Green+Blue) = 88+155+229=472 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.64% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #589BE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589BE5 is #A7641A. Grayscale: #8F8F8F. Windows color (decimal): -10970139 or 15047512. OLE color: 15047512.
HSL color Cylindrical-coordinate representation of color #589BE5: hue angle of 211.49º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #589BE5 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 155 | 229 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.10 |
| HSL | 211.49º | 0.73% | 0.62% | - |
| HSV(B) | 211.49º | 0.62% | 0.9% | - |
| XYZ | 29.89 | 31.17 | 78.57 | - |
| YUV | 143.4 | 176.3 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 229 | 0.62 | 0.32 | 0 | 0.10 | 211.49 | 0.73 | 0.62 |
| Hex | 58 | 9B | E5 | 3E | 20 | 0 | A | D3 | 49 | 3E |
| Octal | 130 | 233 | 345 | 76 | 40 | 0 | 12 | 323 | 111 | 76 |
| Binary | 1011000 | 10011011 | 11100101 | 111110 | 100000 | 0 | 1010 | 11010011 | 1001001 | 111110 |
Color Harmonies of #589BE5
Complementary color
Monochromatic Colors of #589BE5
Black with #589BE5
Text Example
Text Example
White with #589BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589BE5; }
p { color: rgb(88,155,229); }
H1.HeaderClassName
{
color: #589BE5;
}
.AnyTagClassName
{
color: #589BE5;
}
</style>
background-color css
<style>
a { background-color: #589BE5; }
a { background-color: rgb(88,155,229); }
div.DivClassName
{
background-color: #589BE5;
}
.BgClassName
{
background-color: #589BE5;
}
</style>
border-color css
<style>
span { border-color: #589BE5; }
span { border-color: rgb(88,155,229); }
td.TdClassName
{
border-color: #589BE5;
}
.TagClassName
{
border-color: #589BE5;
}
</style>