Shades of Cornflower Blue #5489FA
Tints of Cornflower Blue #5489FA
RGB
CMYK
RGB Variations
Color information
#5489FA (or 0x5489FA) is known color: Cornflower Blue. HEX triplet: 54, 89 and FA. RGB value is (84,137,250). Sum of RGB (Red+Green+Blue) = 84+137+250=471 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.83% from 471); Green value is 137 (53.91% from 255 or 29.09% 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 #5489FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5489FA is #AB7605. Grayscale: #858585. Windows color (decimal): -11236870 or 16419156. OLE color: 16419156.
HSL color Cylindrical-coordinate representation of color #5489FA: hue angle of 220.84º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5489FA is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 137 | 250 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.02 |
| HSL | 220.84º | 0.94% | 0.65% | - |
| HSV(B) | 220.84º | 0.66% | 0.98% | - |
| XYZ | 29.86 | 26.68 | 94.02 | - |
| YUV | 134.04 | 193.44 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 250 | 0.66 | 0.45 | 0 | 0.02 | 220.84 | 0.94 | 0.65 |
| Hex | 54 | 89 | FA | 42 | 2D | 0 | 2 | DD | 5E | 41 |
| Octal | 124 | 211 | 372 | 102 | 55 | 0 | 2 | 335 | 136 | 101 |
| Binary | 1010100 | 10001001 | 11111010 | 1000010 | 101101 | 0 | 10 | 11011101 | 1011110 | 1000001 |
Color Harmonies of #5489FA
Complementary color
Monochromatic Colors of #5489FA
Black with #5489FA
Text Example
Text Example
White with #5489FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5489FA; }
p { color: rgb(84,137,250); }
H1.HeaderClassName
{
color: #5489FA;
}
.AnyTagClassName
{
color: #5489FA;
}
</style>
background-color css
<style>
a { background-color: #5489FA; }
a { background-color: rgb(84,137,250); }
div.DivClassName
{
background-color: #5489FA;
}
.BgClassName
{
background-color: #5489FA;
}
</style>
border-color css
<style>
span { border-color: #5489FA; }
span { border-color: rgb(84,137,250); }
td.TdClassName
{
border-color: #5489FA;
}
.TagClassName
{
border-color: #5489FA;
}
</style>