Shades of Cornflower Blue #5889FA
Tints of Cornflower Blue #5889FA
RGB
CMYK
RGB Variations
Color information
#5889FA (or 0x5889FA) is known color: Cornflower Blue. HEX triplet: 58, 89 and FA. RGB value is (88,137,250). Sum of RGB (Red+Green+Blue) = 88+137+250=475 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.53% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #5889FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5889FA is #A77605. Grayscale: #868686. Windows color (decimal): -10974726 or 16419160. OLE color: 16419160.
HSL color Cylindrical-coordinate representation of color #5889FA: hue angle of 221.85º 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 #5889FA is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 137 | 250 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.02 |
| HSL | 221.85º | 0.94% | 0.66% | - |
| HSV(B) | 221.85º | 0.65% | 0.98% | - |
| XYZ | 30.23 | 26.87 | 94.04 | - |
| YUV | 135.23 | 192.77 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 137 | 250 | 0.65 | 0.45 | 0 | 0.02 | 221.85 | 0.94 | 0.66 |
| Hex | 58 | 89 | FA | 41 | 2D | 0 | 2 | DE | 5E | 42 |
| Octal | 130 | 211 | 372 | 101 | 55 | 0 | 2 | 336 | 136 | 102 |
| Binary | 1011000 | 10001001 | 11111010 | 1000001 | 101101 | 0 | 10 | 11011110 | 1011110 | 1000010 |
Color Harmonies of #5889FA
Complementary color
Monochromatic Colors of #5889FA
Black with #5889FA
Text Example
Text Example
White with #5889FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5889FA; }
p { color: rgb(88,137,250); }
H1.HeaderClassName
{
color: #5889FA;
}
.AnyTagClassName
{
color: #5889FA;
}
</style>
background-color css
<style>
a { background-color: #5889FA; }
a { background-color: rgb(88,137,250); }
div.DivClassName
{
background-color: #5889FA;
}
.BgClassName
{
background-color: #5889FA;
}
</style>
border-color css
<style>
span { border-color: #5889FA; }
span { border-color: rgb(88,137,250); }
td.TdClassName
{
border-color: #5889FA;
}
.TagClassName
{
border-color: #5889FA;
}
</style>