Shades of Cornflower Blue #5489FF
Tints of Cornflower Blue #5489FF
RGB
CMYK
RGB Variations
Color information
#5489FF (or 0x5489FF) is known color: Cornflower Blue. HEX triplet: 54, 89 and FF. RGB value is (84,137,255). Sum of RGB (Red+Green+Blue) = 84+137+255=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #5489FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5489FF is #AB7600. Grayscale: #868686. Windows color (decimal): -11236865 or 16746836. OLE color: 16746836.
HSL color Cylindrical-coordinate representation of color #5489FF: hue angle of 221.4º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5489FF is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 137 | 255 | - |
| CMYK | 0.67 | 0.46 | 0 | 0 |
| HSL | 221.4º | 1% | 0.66% | - |
| HSV(B) | 221.4º | 0.67% | 1% | - |
| XYZ | 30.65 | 27 | 98.2 | - |
| YUV | 134.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 255 | 0.67 | 0.46 | 0 | 0 | 221.4 | 1 | 0.66 |
| Hex | 54 | 89 | FF | 43 | 2E | 0 | 0 | DD | 64 | 42 |
| Octal | 124 | 211 | 377 | 103 | 56 | 0 | 0 | 335 | 144 | 102 |
| Binary | 1010100 | 10001001 | 11111111 | 1000011 | 101110 | 0 | 0 | 11011101 | 1100100 | 1000010 |
Color Harmonies of #5489FF
Complementary color
Monochromatic Colors of #5489FF
Black with #5489FF
Text Example
Text Example
White with #5489FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5489FF; }
p { color: rgb(84,137,255); }
H1.HeaderClassName
{
color: #5489FF;
}
.AnyTagClassName
{
color: #5489FF;
}
</style>
background-color css
<style>
a { background-color: #5489FF; }
a { background-color: rgb(84,137,255); }
div.DivClassName
{
background-color: #5489FF;
}
.BgClassName
{
background-color: #5489FF;
}
</style>
border-color css
<style>
span { border-color: #5489FF; }
span { border-color: rgb(84,137,255); }
td.TdClassName
{
border-color: #5489FF;
}
.TagClassName
{
border-color: #5489FF;
}
</style>