Shades of Cornflower Blue #589EF1
Tints of Cornflower Blue #589EF1
RGB
CMYK
RGB Variations
Color information
#589EF1 (or 0x589EF1) is known color: Cornflower Blue. HEX triplet: 58, 9E and F1. RGB value is (88,158,241). Sum of RGB (Red+Green+Blue) = 88+158+241=487 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.07% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #589EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #589EF1 is #A7610E. Grayscale: #929292. Windows color (decimal): -10969359 or 15834712. OLE color: 15834712.
HSL color Cylindrical-coordinate representation of color #589EF1: hue angle of 212.55º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #589EF1 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 158 | 241 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.05 |
| HSL | 212.55º | 0.85% | 0.65% | - |
| HSV(B) | 212.55º | 0.63% | 0.95% | - |
| XYZ | 32.13 | 32.88 | 87.87 | - |
| YUV | 146.53 | 181.31 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 158 | 241 | 0.63 | 0.34 | 0 | 0.05 | 212.55 | 0.85 | 0.65 |
| Hex | 58 | 9E | F1 | 3F | 22 | 0 | 5 | D5 | 55 | 41 |
| Octal | 130 | 236 | 361 | 77 | 42 | 0 | 5 | 325 | 125 | 101 |
| Binary | 1011000 | 10011110 | 11110001 | 111111 | 100010 | 0 | 101 | 11010101 | 1010101 | 1000001 |
Color Harmonies of #589EF1
Complementary color
Monochromatic Colors of #589EF1
Black with #589EF1
Text Example
Text Example
White with #589EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589EF1; }
p { color: rgb(88,158,241); }
H1.HeaderClassName
{
color: #589EF1;
}
.AnyTagClassName
{
color: #589EF1;
}
</style>
background-color css
<style>
a { background-color: #589EF1; }
a { background-color: rgb(88,158,241); }
div.DivClassName
{
background-color: #589EF1;
}
.BgClassName
{
background-color: #589EF1;
}
</style>
border-color css
<style>
span { border-color: #589EF1; }
span { border-color: rgb(88,158,241); }
td.TdClassName
{
border-color: #589EF1;
}
.TagClassName
{
border-color: #589EF1;
}
</style>