Shades of Cornflower Blue #5489ED
Tints of Cornflower Blue #5489ED
RGB
CMYK
RGB Variations
Color information
#5489ED (or 0x5489ED) is known color: Cornflower Blue. HEX triplet: 54, 89 and ED. RGB value is (84,137,237). Sum of RGB (Red+Green+Blue) = 84+137+237=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #5489ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5489ED is #AB7612. Grayscale: #848484. Windows color (decimal): -11236883 or 15567188. OLE color: 15567188.
HSL color Cylindrical-coordinate representation of color #5489ED: hue angle of 219.22º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5489ED is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 137 | 237 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.07 |
| HSL | 219.22º | 0.81% | 0.63% | - |
| HSV(B) | 219.22º | 0.65% | 0.93% | - |
| XYZ | 27.89 | 25.89 | 83.65 | - |
| YUV | 132.55 | 186.94 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 237 | 0.65 | 0.42 | 0 | 0.07 | 219.22 | 0.81 | 0.63 |
| Hex | 54 | 89 | ED | 41 | 2A | 0 | 7 | DB | 51 | 3F |
| Octal | 124 | 211 | 355 | 101 | 52 | 0 | 7 | 333 | 121 | 77 |
| Binary | 1010100 | 10001001 | 11101101 | 1000001 | 101010 | 0 | 111 | 11011011 | 1010001 | 111111 |
Color Harmonies of #5489ED
Complementary color
Monochromatic Colors of #5489ED
Black with #5489ED
Text Example
Text Example
White with #5489ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5489ED; }
p { color: rgb(84,137,237); }
H1.HeaderClassName
{
color: #5489ED;
}
.AnyTagClassName
{
color: #5489ED;
}
</style>
background-color css
<style>
a { background-color: #5489ED; }
a { background-color: rgb(84,137,237); }
div.DivClassName
{
background-color: #5489ED;
}
.BgClassName
{
background-color: #5489ED;
}
</style>
border-color css
<style>
span { border-color: #5489ED; }
span { border-color: rgb(84,137,237); }
td.TdClassName
{
border-color: #5489ED;
}
.TagClassName
{
border-color: #5489ED;
}
</style>