Shades of Cornflower Blue #589AF5
Tints of Cornflower Blue #589AF5
RGB
CMYK
RGB Variations
Color information
#589AF5 (or 0x589AF5) is known color: Cornflower Blue. HEX triplet: 58, 9A and F5. RGB value is (88,154,245). Sum of RGB (Red+Green+Blue) = 88+154+245=487 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.07% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #589AF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #589AF5 is #A7650A. Grayscale: #909090. Windows color (decimal): -10970379 or 16095832. OLE color: 16095832.
HSL color Cylindrical-coordinate representation of color #589AF5: hue angle of 214.78º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #589AF5 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 154 | 245 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.04 |
| HSL | 214.78º | 0.89% | 0.65% | - |
| HSV(B) | 214.78º | 0.64% | 0.96% | - |
| XYZ | 32.06 | 31.78 | 90.83 | - |
| YUV | 144.64 | 184.63 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 245 | 0.64 | 0.37 | 0 | 0.04 | 214.78 | 0.89 | 0.65 |
| Hex | 58 | 9A | F5 | 40 | 25 | 0 | 4 | D7 | 59 | 41 |
| Octal | 130 | 232 | 365 | 100 | 45 | 0 | 4 | 327 | 131 | 101 |
| Binary | 1011000 | 10011010 | 11110101 | 1000000 | 100101 | 0 | 100 | 11010111 | 1011001 | 1000001 |
Color Harmonies of #589AF5
Complementary color
Monochromatic Colors of #589AF5
Black with #589AF5
Text Example
Text Example
White with #589AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589AF5; }
p { color: rgb(88,154,245); }
H1.HeaderClassName
{
color: #589AF5;
}
.AnyTagClassName
{
color: #589AF5;
}
</style>
background-color css
<style>
a { background-color: #589AF5; }
a { background-color: rgb(88,154,245); }
div.DivClassName
{
background-color: #589AF5;
}
.BgClassName
{
background-color: #589AF5;
}
</style>
border-color css
<style>
span { border-color: #589AF5; }
span { border-color: rgb(88,154,245); }
td.TdClassName
{
border-color: #589AF5;
}
.TagClassName
{
border-color: #589AF5;
}
</style>