Shades of Cornflower Blue #5484EA
Tints of Cornflower Blue #5484EA
RGB
CMYK
RGB Variations
Color information
#5484EA (or 0x5484EA) is known color: Cornflower Blue. HEX triplet: 54, 84 and EA. RGB value is (84,132,234). Sum of RGB (Red+Green+Blue) = 84+132+234=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #5484EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5484EA is #AB7B15. Grayscale: #808080. Windows color (decimal): -11238166 or 15369300. OLE color: 15369300.
HSL color Cylindrical-coordinate representation of color #5484EA: hue angle of 220.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5484EA is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 132 | 234 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.08 |
| HSL | 220.8º | 0.78% | 0.62% | - |
| HSV(B) | 220.8º | 0.64% | 0.92% | - |
| XYZ | 26.76 | 24.33 | 81.13 | - |
| YUV | 129.28 | 187.1 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 132 | 234 | 0.64 | 0.44 | 0 | 0.08 | 220.8 | 0.78 | 0.62 |
| Hex | 54 | 84 | EA | 40 | 2C | 0 | 8 | DD | 4E | 3E |
| Octal | 124 | 204 | 352 | 100 | 54 | 0 | 10 | 335 | 116 | 76 |
| Binary | 1010100 | 10000100 | 11101010 | 1000000 | 101100 | 0 | 1000 | 11011101 | 1001110 | 111110 |
Color Harmonies of #5484EA
Complementary color
Monochromatic Colors of #5484EA
Black with #5484EA
Text Example
Text Example
White with #5484EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5484EA; }
p { color: rgb(84,132,234); }
H1.HeaderClassName
{
color: #5484EA;
}
.AnyTagClassName
{
color: #5484EA;
}
</style>
background-color css
<style>
a { background-color: #5484EA; }
a { background-color: rgb(84,132,234); }
div.DivClassName
{
background-color: #5484EA;
}
.BgClassName
{
background-color: #5484EA;
}
</style>
border-color css
<style>
span { border-color: #5484EA; }
span { border-color: rgb(84,132,234); }
td.TdClassName
{
border-color: #5484EA;
}
.TagClassName
{
border-color: #5484EA;
}
</style>