Shades of Cornflower Blue #5482FA
Tints of Cornflower Blue #5482FA
RGB
CMYK
RGB Variations
Color information
#5482FA (or 0x5482FA) is known color: Cornflower Blue. HEX triplet: 54, 82 and FA. RGB value is (84,130,250). Sum of RGB (Red+Green+Blue) = 84+130+250=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #5482FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5482FA is #AB7D05. Grayscale: #818181. Windows color (decimal): -11238662 or 16417364. OLE color: 16417364.
HSL color Cylindrical-coordinate representation of color #5482FA: hue angle of 223.37º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5482FA is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 130 | 250 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.02 |
| HSL | 223.37º | 0.94% | 0.65% | - |
| HSV(B) | 223.37º | 0.66% | 0.98% | - |
| XYZ | 28.89 | 24.75 | 93.7 | - |
| YUV | 129.93 | 195.76 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 250 | 0.66 | 0.48 | 0 | 0.02 | 223.37 | 0.94 | 0.65 |
| Hex | 54 | 82 | FA | 42 | 30 | 0 | 2 | DF | 5E | 41 |
| Octal | 124 | 202 | 372 | 102 | 60 | 0 | 2 | 337 | 136 | 101 |
| Binary | 1010100 | 10000010 | 11111010 | 1000010 | 110000 | 0 | 10 | 11011111 | 1011110 | 1000001 |
Color Harmonies of #5482FA
Complementary color
Monochromatic Colors of #5482FA
Black with #5482FA
Text Example
Text Example
White with #5482FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5482FA; }
p { color: rgb(84,130,250); }
H1.HeaderClassName
{
color: #5482FA;
}
.AnyTagClassName
{
color: #5482FA;
}
</style>
background-color css
<style>
a { background-color: #5482FA; }
a { background-color: rgb(84,130,250); }
div.DivClassName
{
background-color: #5482FA;
}
.BgClassName
{
background-color: #5482FA;
}
</style>
border-color css
<style>
span { border-color: #5482FA; }
span { border-color: rgb(84,130,250); }
td.TdClassName
{
border-color: #5482FA;
}
.TagClassName
{
border-color: #5482FA;
}
</style>