Shades of Cornflower Blue #589CF1
Tints of Cornflower Blue #589CF1
RGB
CMYK
RGB Variations
Color information
#589CF1 (or 0x589CF1) is known color: Cornflower Blue. HEX triplet: 58, 9C and F1. RGB value is (88,156,241). Sum of RGB (Red+Green+Blue) = 88+156+241=485 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.14% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #589CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #589CF1 is #A7630E. Grayscale: #909090. Windows color (decimal): -10969871 or 15834200. OLE color: 15834200.
HSL color Cylindrical-coordinate representation of color #589CF1: hue angle of 213.33º 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 #589CF1 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 156 | 241 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.05 |
| HSL | 213.33º | 0.85% | 0.65% | - |
| HSV(B) | 213.33º | 0.63% | 0.95% | - |
| XYZ | 31.79 | 32.2 | 87.76 | - |
| YUV | 145.36 | 181.97 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 241 | 0.63 | 0.35 | 0 | 0.05 | 213.33 | 0.85 | 0.65 |
| Hex | 58 | 9C | F1 | 3F | 23 | 0 | 5 | D5 | 55 | 41 |
| Octal | 130 | 234 | 361 | 77 | 43 | 0 | 5 | 325 | 125 | 101 |
| Binary | 1011000 | 10011100 | 11110001 | 111111 | 100011 | 0 | 101 | 11010101 | 1010101 | 1000001 |
Color Harmonies of #589CF1
Complementary color
Monochromatic Colors of #589CF1
Black with #589CF1
Text Example
Text Example
White with #589CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589CF1; }
p { color: rgb(88,156,241); }
H1.HeaderClassName
{
color: #589CF1;
}
.AnyTagClassName
{
color: #589CF1;
}
</style>
background-color css
<style>
a { background-color: #589CF1; }
a { background-color: rgb(88,156,241); }
div.DivClassName
{
background-color: #589CF1;
}
.BgClassName
{
background-color: #589CF1;
}
</style>
border-color css
<style>
span { border-color: #589CF1; }
span { border-color: rgb(88,156,241); }
td.TdClassName
{
border-color: #589CF1;
}
.TagClassName
{
border-color: #589CF1;
}
</style>