Shades of Cornflower Blue #5487F5
Tints of Cornflower Blue #5487F5
RGB
CMYK
RGB Variations
Color information
#5487F5 (or 0x5487F5) is known color: Cornflower Blue. HEX triplet: 54, 87 and F5. RGB value is (84,135,245). Sum of RGB (Red+Green+Blue) = 84+135+245=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 245 (96.09% from 255 or 52.80% from 464); Max value from RGB is 245 - color contains mainly: blue. Hex color #5487F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5487F5 is #AB780A. Grayscale: #838383. Windows color (decimal): -11237387 or 16090964. OLE color: 16090964.
HSL color Cylindrical-coordinate representation of color #5487F5: hue angle of 220.99º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5487F5 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 135 | 245 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.04 |
| HSL | 220.99º | 0.89% | 0.65% | - |
| HSV(B) | 220.99º | 0.66% | 0.96% | - |
| XYZ | 28.8 | 25.81 | 89.85 | - |
| YUV | 132.29 | 191.6 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 245 | 0.66 | 0.45 | 0 | 0.04 | 220.99 | 0.89 | 0.65 |
| Hex | 54 | 87 | F5 | 42 | 2D | 0 | 4 | DD | 59 | 41 |
| Octal | 124 | 207 | 365 | 102 | 55 | 0 | 4 | 335 | 131 | 101 |
| Binary | 1010100 | 10000111 | 11110101 | 1000010 | 101101 | 0 | 100 | 11011101 | 1011001 | 1000001 |
Color Harmonies of #5487F5
Complementary color
Monochromatic Colors of #5487F5
Black with #5487F5
Text Example
Text Example
White with #5487F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5487F5; }
p { color: rgb(84,135,245); }
H1.HeaderClassName
{
color: #5487F5;
}
.AnyTagClassName
{
color: #5487F5;
}
</style>
background-color css
<style>
a { background-color: #5487F5; }
a { background-color: rgb(84,135,245); }
div.DivClassName
{
background-color: #5487F5;
}
.BgClassName
{
background-color: #5487F5;
}
</style>
border-color css
<style>
span { border-color: #5487F5; }
span { border-color: rgb(84,135,245); }
td.TdClassName
{
border-color: #5487F5;
}
.TagClassName
{
border-color: #5487F5;
}
</style>