Shades of Cornflower Blue #5989FA
Tints of Cornflower Blue #5989FA
RGB
CMYK
RGB Variations
Color information
#5989FA (or 0x5989FA) is known color: Cornflower Blue. HEX triplet: 59, 89 and FA. RGB value is (89,137,250). Sum of RGB (Red+Green+Blue) = 89+137+250=476 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.70% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #5989FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5989FA is #A67605. Grayscale: #878787. Windows color (decimal): -10909190 or 16419161. OLE color: 16419161.
HSL color Cylindrical-coordinate representation of color #5989FA: hue angle of 222.11º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5989FA is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 137 | 250 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.02 |
| HSL | 222.11º | 0.94% | 0.66% | - |
| HSV(B) | 222.11º | 0.64% | 0.98% | - |
| XYZ | 30.32 | 26.92 | 94.04 | - |
| YUV | 135.53 | 192.6 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 250 | 0.64 | 0.45 | 0 | 0.02 | 222.11 | 0.94 | 0.66 |
| Hex | 59 | 89 | FA | 40 | 2D | 0 | 2 | DE | 5E | 42 |
| Octal | 131 | 211 | 372 | 100 | 55 | 0 | 2 | 336 | 136 | 102 |
| Binary | 1011001 | 10001001 | 11111010 | 1000000 | 101101 | 0 | 10 | 11011110 | 1011110 | 1000010 |
Color Harmonies of #5989FA
Complementary color
Monochromatic Colors of #5989FA
Black with #5989FA
Text Example
Text Example
White with #5989FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5989FA; }
p { color: rgb(89,137,250); }
H1.HeaderClassName
{
color: #5989FA;
}
.AnyTagClassName
{
color: #5989FA;
}
</style>
background-color css
<style>
a { background-color: #5989FA; }
a { background-color: rgb(89,137,250); }
div.DivClassName
{
background-color: #5989FA;
}
.BgClassName
{
background-color: #5989FA;
}
</style>
border-color css
<style>
span { border-color: #5989FA; }
span { border-color: rgb(89,137,250); }
td.TdClassName
{
border-color: #5989FA;
}
.TagClassName
{
border-color: #5989FA;
}
</style>