Shades of Cornflower Blue #589BEF
Tints of Cornflower Blue #589BEF
RGB
CMYK
RGB Variations
Color information
#589BEF (or 0x589BEF) is known color: Cornflower Blue. HEX triplet: 58, 9B and EF. RGB value is (88,155,239). Sum of RGB (Red+Green+Blue) = 88+155+239=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #589BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #589BEF is #A76410. Grayscale: #909090. Windows color (decimal): -10970129 or 15702872. OLE color: 15702872.
HSL color Cylindrical-coordinate representation of color #589BEF: hue angle of 213.38º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #589BEF is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 155 | 239 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.06 |
| HSL | 213.38º | 0.83% | 0.64% | - |
| HSV(B) | 213.38º | 0.63% | 0.94% | - |
| XYZ | 31.33 | 31.75 | 86.14 | - |
| YUV | 144.54 | 181.3 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 239 | 0.63 | 0.35 | 0 | 0.06 | 213.38 | 0.83 | 0.64 |
| Hex | 58 | 9B | EF | 3F | 23 | 0 | 6 | D5 | 53 | 40 |
| Octal | 130 | 233 | 357 | 77 | 43 | 0 | 6 | 325 | 123 | 100 |
| Binary | 1011000 | 10011011 | 11101111 | 111111 | 100011 | 0 | 110 | 11010101 | 1010011 | 1000000 |
Color Harmonies of #589BEF
Complementary color
Monochromatic Colors of #589BEF
Black with #589BEF
Text Example
Text Example
White with #589BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589BEF; }
p { color: rgb(88,155,239); }
H1.HeaderClassName
{
color: #589BEF;
}
.AnyTagClassName
{
color: #589BEF;
}
</style>
background-color css
<style>
a { background-color: #589BEF; }
a { background-color: rgb(88,155,239); }
div.DivClassName
{
background-color: #589BEF;
}
.BgClassName
{
background-color: #589BEF;
}
</style>
border-color css
<style>
span { border-color: #589BEF; }
span { border-color: rgb(88,155,239); }
td.TdClassName
{
border-color: #589BEF;
}
.TagClassName
{
border-color: #589BEF;
}
</style>