Shades of Cornflower Blue #5482EB
Tints of Cornflower Blue #5482EB
RGB
CMYK
RGB Variations
Color information
#5482EB (or 0x5482EB) is known color: Cornflower Blue. HEX triplet: 54, 82 and EB. RGB value is (84,130,235). Sum of RGB (Red+Green+Blue) = 84+130+235=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #5482EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5482EB is #AB7D14. Grayscale: #7F7F7F. Windows color (decimal): -11238677 or 15434324. OLE color: 15434324.
HSL color Cylindrical-coordinate representation of color #5482EB: hue angle of 221.72º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5482EB is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 130 | 235 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.08 |
| HSL | 221.72º | 0.79% | 0.63% | - |
| HSV(B) | 221.72º | 0.64% | 0.92% | - |
| XYZ | 26.63 | 23.85 | 81.8 | - |
| YUV | 128.22 | 188.26 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 235 | 0.64 | 0.45 | 0 | 0.08 | 221.72 | 0.79 | 0.63 |
| Hex | 54 | 82 | EB | 40 | 2D | 0 | 8 | DE | 4F | 3F |
| Octal | 124 | 202 | 353 | 100 | 55 | 0 | 10 | 336 | 117 | 77 |
| Binary | 1010100 | 10000010 | 11101011 | 1000000 | 101101 | 0 | 1000 | 11011110 | 1001111 | 111111 |
Color Harmonies of #5482EB
Complementary color
Monochromatic Colors of #5482EB
Black with #5482EB
Text Example
Text Example
White with #5482EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5482EB; }
p { color: rgb(84,130,235); }
H1.HeaderClassName
{
color: #5482EB;
}
.AnyTagClassName
{
color: #5482EB;
}
</style>
background-color css
<style>
a { background-color: #5482EB; }
a { background-color: rgb(84,130,235); }
div.DivClassName
{
background-color: #5482EB;
}
.BgClassName
{
background-color: #5482EB;
}
</style>
border-color css
<style>
span { border-color: #5482EB; }
span { border-color: rgb(84,130,235); }
td.TdClassName
{
border-color: #5482EB;
}
.TagClassName
{
border-color: #5482EB;
}
</style>