Shades of Cornflower Blue #5482FB
Tints of Cornflower Blue #5482FB
RGB
CMYK
RGB Variations
Color information
#5482FB (or 0x5482FB) is known color: Cornflower Blue. HEX triplet: 54, 82 and FB. RGB value is (84,130,251). Sum of RGB (Red+Green+Blue) = 84+130+251=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #5482FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5482FB is #AB7D04. Grayscale: #818181. Windows color (decimal): -11238661 or 16482900. OLE color: 16482900.
HSL color Cylindrical-coordinate representation of color #5482FB: hue angle of 223.47º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5482FB is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 130 | 251 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.02 |
| HSL | 223.47º | 0.95% | 0.66% | - |
| HSV(B) | 223.47º | 0.67% | 0.98% | - |
| XYZ | 29.05 | 24.82 | 94.53 | - |
| YUV | 130.04 | 196.26 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 251 | 0.67 | 0.48 | 0 | 0.02 | 223.47 | 0.95 | 0.66 |
| Hex | 54 | 82 | FB | 43 | 30 | 0 | 2 | DF | 5F | 42 |
| Octal | 124 | 202 | 373 | 103 | 60 | 0 | 2 | 337 | 137 | 102 |
| Binary | 1010100 | 10000010 | 11111011 | 1000011 | 110000 | 0 | 10 | 11011111 | 1011111 | 1000010 |
Color Harmonies of #5482FB
Complementary color
Monochromatic Colors of #5482FB
Black with #5482FB
Text Example
Text Example
White with #5482FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5482FB; }
p { color: rgb(84,130,251); }
H1.HeaderClassName
{
color: #5482FB;
}
.AnyTagClassName
{
color: #5482FB;
}
</style>
background-color css
<style>
a { background-color: #5482FB; }
a { background-color: rgb(84,130,251); }
div.DivClassName
{
background-color: #5482FB;
}
.BgClassName
{
background-color: #5482FB;
}
</style>
border-color css
<style>
span { border-color: #5482FB; }
span { border-color: rgb(84,130,251); }
td.TdClassName
{
border-color: #5482FB;
}
.TagClassName
{
border-color: #5482FB;
}
</style>