Shades of Cornflower Blue #5484FF
Tints of Cornflower Blue #5484FF
RGB
CMYK
RGB Variations
Color information
#5484FF (or 0x5484FF) is known color: Cornflower Blue. HEX triplet: 54, 84 and FF. RGB value is (84,132,255). Sum of RGB (Red+Green+Blue) = 84+132+255=471 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.83% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #5484FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5484FF is #AB7B00. Grayscale: #838383. Windows color (decimal): -11238145 or 16745556. OLE color: 16745556.
HSL color Cylindrical-coordinate representation of color #5484FF: hue angle of 223.16º 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 #5484FF is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 132 | 255 | - |
| CMYK | 0.67 | 0.48 | 0 | 0 |
| HSL | 223.16º | 1% | 0.66% | - |
| HSV(B) | 223.16º | 0.67% | 1% | - |
| XYZ | 29.96 | 25.61 | 97.97 | - |
| YUV | 131.67 | 197.6 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 132 | 255 | 0.67 | 0.48 | 0 | 0 | 223.16 | 1 | 0.66 |
| Hex | 54 | 84 | FF | 43 | 30 | 0 | 0 | DF | 64 | 42 |
| Octal | 124 | 204 | 377 | 103 | 60 | 0 | 0 | 337 | 144 | 102 |
| Binary | 1010100 | 10000100 | 11111111 | 1000011 | 110000 | 0 | 0 | 11011111 | 1100100 | 1000010 |
Color Harmonies of #5484FF
Complementary color
Monochromatic Colors of #5484FF
Black with #5484FF
Text Example
Text Example
White with #5484FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5484FF; }
p { color: rgb(84,132,255); }
H1.HeaderClassName
{
color: #5484FF;
}
.AnyTagClassName
{
color: #5484FF;
}
</style>
background-color css
<style>
a { background-color: #5484FF; }
a { background-color: rgb(84,132,255); }
div.DivClassName
{
background-color: #5484FF;
}
.BgClassName
{
background-color: #5484FF;
}
</style>
border-color css
<style>
span { border-color: #5484FF; }
span { border-color: rgb(84,132,255); }
td.TdClassName
{
border-color: #5484FF;
}
.TagClassName
{
border-color: #5484FF;
}
</style>