Shades of Cornflower Blue #5984FA
Tints of Cornflower Blue #5984FA
RGB
CMYK
RGB Variations
Color information
#5984FA (or 0x5984FA) is known color: Cornflower Blue. HEX triplet: 59, 84 and FA. RGB value is (89,132,250). Sum of RGB (Red+Green+Blue) = 89+132+250=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #5984FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5984FA is #A67B05. Grayscale: #848484. Windows color (decimal): -10910470 or 16417881. OLE color: 16417881.
HSL color Cylindrical-coordinate representation of color #5984FA: hue angle of 223.98º 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 #5984FA is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 132 | 250 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.02 |
| HSL | 223.98º | 0.94% | 0.66% | - |
| HSV(B) | 223.98º | 0.64% | 0.98% | - |
| XYZ | 29.63 | 25.53 | 93.81 | - |
| YUV | 132.6 | 194.25 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 132 | 250 | 0.64 | 0.47 | 0 | 0.02 | 223.98 | 0.94 | 0.66 |
| Hex | 59 | 84 | FA | 40 | 2F | 0 | 2 | E0 | 5E | 42 |
| Octal | 131 | 204 | 372 | 100 | 57 | 0 | 2 | 340 | 136 | 102 |
| Binary | 1011001 | 10000100 | 11111010 | 1000000 | 101111 | 0 | 10 | 11100000 | 1011110 | 1000010 |
Color Harmonies of #5984FA
Complementary color
Monochromatic Colors of #5984FA
Black with #5984FA
Text Example
Text Example
White with #5984FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5984FA; }
p { color: rgb(89,132,250); }
H1.HeaderClassName
{
color: #5984FA;
}
.AnyTagClassName
{
color: #5984FA;
}
</style>
background-color css
<style>
a { background-color: #5984FA; }
a { background-color: rgb(89,132,250); }
div.DivClassName
{
background-color: #5984FA;
}
.BgClassName
{
background-color: #5984FA;
}
</style>
border-color css
<style>
span { border-color: #5984FA; }
span { border-color: rgb(89,132,250); }
td.TdClassName
{
border-color: #5984FA;
}
.TagClassName
{
border-color: #5984FA;
}
</style>