Shades of Cornflower Blue #589DEC
Tints of Cornflower Blue #589DEC
RGB
CMYK
RGB Variations
Color information
#589DEC (or 0x589DEC) is known color: Cornflower Blue. HEX triplet: 58, 9D and EC. RGB value is (88,157,236). Sum of RGB (Red+Green+Blue) = 88+157+236=481 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.30% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #589DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #589DEC is #A76213. Grayscale: #909090. Windows color (decimal): -10969620 or 15506776. OLE color: 15506776.
HSL color Cylindrical-coordinate representation of color #589DEC: hue angle of 212.03º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #589DEC is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 157 | 236 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.07 |
| HSL | 212.03º | 0.8% | 0.64% | - |
| HSV(B) | 212.03º | 0.63% | 0.93% | - |
| XYZ | 31.22 | 32.24 | 83.94 | - |
| YUV | 145.38 | 179.14 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 236 | 0.63 | 0.33 | 0 | 0.07 | 212.03 | 0.8 | 0.64 |
| Hex | 58 | 9D | EC | 3F | 21 | 0 | 7 | D4 | 50 | 40 |
| Octal | 130 | 235 | 354 | 77 | 41 | 0 | 7 | 324 | 120 | 100 |
| Binary | 1011000 | 10011101 | 11101100 | 111111 | 100001 | 0 | 111 | 11010100 | 1010000 | 1000000 |
Color Harmonies of #589DEC
Complementary color
Monochromatic Colors of #589DEC
Black with #589DEC
Text Example
Text Example
White with #589DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589DEC; }
p { color: rgb(88,157,236); }
H1.HeaderClassName
{
color: #589DEC;
}
.AnyTagClassName
{
color: #589DEC;
}
</style>
background-color css
<style>
a { background-color: #589DEC; }
a { background-color: rgb(88,157,236); }
div.DivClassName
{
background-color: #589DEC;
}
.BgClassName
{
background-color: #589DEC;
}
</style>
border-color css
<style>
span { border-color: #589DEC; }
span { border-color: rgb(88,157,236); }
td.TdClassName
{
border-color: #589DEC;
}
.TagClassName
{
border-color: #589DEC;
}
</style>