Shades of Cornflower Blue #5482FD
Tints of Cornflower Blue #5482FD
RGB
CMYK
RGB Variations
Color information
#5482FD (or 0x5482FD) is known color: Cornflower Blue. HEX triplet: 54, 82 and FD. RGB value is (84,130,253). Sum of RGB (Red+Green+Blue) = 84+130+253=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #5482FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5482FD is #AB7D02. Grayscale: #818181. Windows color (decimal): -11238659 or 16613972. OLE color: 16613972.
HSL color Cylindrical-coordinate representation of color #5482FD: hue angle of 223.67º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5482FD is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 130 | 253 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.01 |
| HSL | 223.67º | 0.98% | 0.66% | - |
| HSV(B) | 223.67º | 0.67% | 0.99% | - |
| XYZ | 29.37 | 24.94 | 96.19 | - |
| YUV | 130.27 | 197.26 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 253 | 0.67 | 0.49 | 0 | 0.01 | 223.67 | 0.98 | 0.66 |
| Hex | 54 | 82 | FD | 43 | 31 | 0 | 1 | E0 | 62 | 42 |
| Octal | 124 | 202 | 375 | 103 | 61 | 0 | 1 | 340 | 142 | 102 |
| Binary | 1010100 | 10000010 | 11111101 | 1000011 | 110001 | 0 | 1 | 11100000 | 1100010 | 1000010 |
Color Harmonies of #5482FD
Complementary color
Monochromatic Colors of #5482FD
Black with #5482FD
Text Example
Text Example
White with #5482FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5482FD; }
p { color: rgb(84,130,253); }
H1.HeaderClassName
{
color: #5482FD;
}
.AnyTagClassName
{
color: #5482FD;
}
</style>
background-color css
<style>
a { background-color: #5482FD; }
a { background-color: rgb(84,130,253); }
div.DivClassName
{
background-color: #5482FD;
}
.BgClassName
{
background-color: #5482FD;
}
</style>
border-color css
<style>
span { border-color: #5482FD; }
span { border-color: rgb(84,130,253); }
td.TdClassName
{
border-color: #5482FD;
}
.TagClassName
{
border-color: #5482FD;
}
</style>