Shades of Cornflower Blue #5487EF
Tints of Cornflower Blue #5487EF
RGB
CMYK
RGB Variations
Color information
#5487EF (or 0x5487EF) is known color: Cornflower Blue. HEX triplet: 54, 87 and EF. RGB value is (84,135,239). Sum of RGB (Red+Green+Blue) = 84+135+239=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #5487EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5487EF is #AB7810. Grayscale: #838383. Windows color (decimal): -11237393 or 15697748. OLE color: 15697748.
HSL color Cylindrical-coordinate representation of color #5487EF: hue angle of 220.26º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5487EF is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 135 | 239 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.06 |
| HSL | 220.26º | 0.83% | 0.63% | - |
| HSV(B) | 220.26º | 0.65% | 0.94% | - |
| XYZ | 27.9 | 25.44 | 85.1 | - |
| YUV | 131.61 | 188.6 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 239 | 0.65 | 0.44 | 0 | 0.06 | 220.26 | 0.83 | 0.63 |
| Hex | 54 | 87 | EF | 41 | 2C | 0 | 6 | DC | 53 | 3F |
| Octal | 124 | 207 | 357 | 101 | 54 | 0 | 6 | 334 | 123 | 77 |
| Binary | 1010100 | 10000111 | 11101111 | 1000001 | 101100 | 0 | 110 | 11011100 | 1010011 | 111111 |
Color Harmonies of #5487EF
Complementary color
Monochromatic Colors of #5487EF
Black with #5487EF
Text Example
Text Example
White with #5487EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5487EF; }
p { color: rgb(84,135,239); }
H1.HeaderClassName
{
color: #5487EF;
}
.AnyTagClassName
{
color: #5487EF;
}
</style>
background-color css
<style>
a { background-color: #5487EF; }
a { background-color: rgb(84,135,239); }
div.DivClassName
{
background-color: #5487EF;
}
.BgClassName
{
background-color: #5487EF;
}
</style>
border-color css
<style>
span { border-color: #5487EF; }
span { border-color: rgb(84,135,239); }
td.TdClassName
{
border-color: #5487EF;
}
.TagClassName
{
border-color: #5487EF;
}
</style>