Shades of Cornflower Blue #589BFA
Tints of Cornflower Blue #589BFA
RGB
CMYK
RGB Variations
Color information
#589BFA (or 0x589BFA) is known color: Cornflower Blue. HEX triplet: 58, 9B and FA. RGB value is (88,155,250). Sum of RGB (Red+Green+Blue) = 88+155+250=493 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.85% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #589BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #589BFA is #A76405. Grayscale: #919191. Windows color (decimal): -10970118 or 16423768. OLE color: 16423768.
HSL color Cylindrical-coordinate representation of color #589BFA: hue angle of 215.19º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #589BFA is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 155 | 250 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.02 |
| HSL | 215.19º | 0.94% | 0.66% | - |
| HSV(B) | 215.19º | 0.65% | 0.98% | - |
| XYZ | 33 | 32.42 | 94.96 | - |
| YUV | 145.8 | 186.8 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 250 | 0.65 | 0.38 | 0 | 0.02 | 215.19 | 0.94 | 0.66 |
| Hex | 58 | 9B | FA | 41 | 26 | 0 | 2 | D7 | 5E | 42 |
| Octal | 130 | 233 | 372 | 101 | 46 | 0 | 2 | 327 | 136 | 102 |
| Binary | 1011000 | 10011011 | 11111010 | 1000001 | 100110 | 0 | 10 | 11010111 | 1011110 | 1000010 |
Color Harmonies of #589BFA
Complementary color
Monochromatic Colors of #589BFA
Black with #589BFA
Text Example
Text Example
White with #589BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589BFA; }
p { color: rgb(88,155,250); }
H1.HeaderClassName
{
color: #589BFA;
}
.AnyTagClassName
{
color: #589BFA;
}
</style>
background-color css
<style>
a { background-color: #589BFA; }
a { background-color: rgb(88,155,250); }
div.DivClassName
{
background-color: #589BFA;
}
.BgClassName
{
background-color: #589BFA;
}
</style>
border-color css
<style>
span { border-color: #589BFA; }
span { border-color: rgb(88,155,250); }
td.TdClassName
{
border-color: #589BFA;
}
.TagClassName
{
border-color: #589BFA;
}
</style>