Shades of Cornflower Blue #5484F7
Tints of Cornflower Blue #5484F7
RGB
CMYK
RGB Variations
Color information
#5484F7 (or 0x5484F7) is known color: Cornflower Blue. HEX triplet: 54, 84 and F7. RGB value is (84,132,247). Sum of RGB (Red+Green+Blue) = 84+132+247=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 247 (96.88% from 255 or 53.35% from 463); Max value from RGB is 247 - color contains mainly: blue. Hex color #5484F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5484F7 is #AB7B08. Grayscale: #828282. Windows color (decimal): -11238153 or 16221268. OLE color: 16221268.
HSL color Cylindrical-coordinate representation of color #5484F7: hue angle of 222.33º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5484F7 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 132 | 247 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.03 |
| HSL | 222.33º | 0.91% | 0.65% | - |
| HSV(B) | 222.33º | 0.66% | 0.97% | - |
| XYZ | 28.7 | 25.1 | 91.33 | - |
| YUV | 130.76 | 193.6 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 132 | 247 | 0.66 | 0.47 | 0 | 0.03 | 222.33 | 0.91 | 0.65 |
| Hex | 54 | 84 | F7 | 42 | 2F | 0 | 3 | DE | 5B | 41 |
| Octal | 124 | 204 | 367 | 102 | 57 | 0 | 3 | 336 | 133 | 101 |
| Binary | 1010100 | 10000100 | 11110111 | 1000010 | 101111 | 0 | 11 | 11011110 | 1011011 | 1000001 |
Color Harmonies of #5484F7
Complementary color
Monochromatic Colors of #5484F7
Black with #5484F7
Text Example
Text Example
White with #5484F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5484F7; }
p { color: rgb(84,132,247); }
H1.HeaderClassName
{
color: #5484F7;
}
.AnyTagClassName
{
color: #5484F7;
}
</style>
background-color css
<style>
a { background-color: #5484F7; }
a { background-color: rgb(84,132,247); }
div.DivClassName
{
background-color: #5484F7;
}
.BgClassName
{
background-color: #5484F7;
}
</style>
border-color css
<style>
span { border-color: #5484F7; }
span { border-color: rgb(84,132,247); }
td.TdClassName
{
border-color: #5484F7;
}
.TagClassName
{
border-color: #5484F7;
}
</style>