Shades of Cornflower Blue #589CEC
Tints of Cornflower Blue #589CEC
RGB
CMYK
RGB Variations
Color information
#589CEC (or 0x589CEC) is known color: Cornflower Blue. HEX triplet: 58, 9C and EC. RGB value is (88,156,236). Sum of RGB (Red+Green+Blue) = 88+156+236=480 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.33% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #589CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #589CEC is #A76313. Grayscale: #909090. Windows color (decimal): -10969876 or 15506520. OLE color: 15506520.
HSL color Cylindrical-coordinate representation of color #589CEC: hue angle of 212.43º 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 #589CEC is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 156 | 236 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.07 |
| HSL | 212.43º | 0.8% | 0.64% | - |
| HSV(B) | 212.43º | 0.63% | 0.93% | - |
| XYZ | 31.05 | 31.91 | 83.88 | - |
| YUV | 144.79 | 179.47 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 236 | 0.63 | 0.34 | 0 | 0.07 | 212.43 | 0.8 | 0.64 |
| Hex | 58 | 9C | EC | 3F | 22 | 0 | 7 | D4 | 50 | 40 |
| Octal | 130 | 234 | 354 | 77 | 42 | 0 | 7 | 324 | 120 | 100 |
| Binary | 1011000 | 10011100 | 11101100 | 111111 | 100010 | 0 | 111 | 11010100 | 1010000 | 1000000 |
Color Harmonies of #589CEC
Complementary color
Monochromatic Colors of #589CEC
Black with #589CEC
Text Example
Text Example
White with #589CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589CEC; }
p { color: rgb(88,156,236); }
H1.HeaderClassName
{
color: #589CEC;
}
.AnyTagClassName
{
color: #589CEC;
}
</style>
background-color css
<style>
a { background-color: #589CEC; }
a { background-color: rgb(88,156,236); }
div.DivClassName
{
background-color: #589CEC;
}
.BgClassName
{
background-color: #589CEC;
}
</style>
border-color css
<style>
span { border-color: #589CEC; }
span { border-color: rgb(88,156,236); }
td.TdClassName
{
border-color: #589CEC;
}
.TagClassName
{
border-color: #589CEC;
}
</style>