Shades of Cornflower Blue #5487EE
Tints of Cornflower Blue #5487EE
RGB
CMYK
RGB Variations
Color information
#5487EE (or 0x5487EE) is known color: Cornflower Blue. HEX triplet: 54, 87 and EE. RGB value is (84,135,238). Sum of RGB (Red+Green+Blue) = 84+135+238=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #5487EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5487EE is #AB7811. Grayscale: #838383. Windows color (decimal): -11237394 or 15632212. OLE color: 15632212.
HSL color Cylindrical-coordinate representation of color #5487EE: hue angle of 220.13º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5487EE is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 135 | 238 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.07 |
| HSL | 220.13º | 0.82% | 0.63% | - |
| HSV(B) | 220.13º | 0.65% | 0.93% | - |
| XYZ | 27.75 | 25.39 | 84.33 | - |
| YUV | 131.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 238 | 0.65 | 0.43 | 0 | 0.07 | 220.13 | 0.82 | 0.63 |
| Hex | 54 | 87 | EE | 41 | 2B | 0 | 7 | DC | 52 | 3F |
| Octal | 124 | 207 | 356 | 101 | 53 | 0 | 7 | 334 | 122 | 77 |
| Binary | 1010100 | 10000111 | 11101110 | 1000001 | 101011 | 0 | 111 | 11011100 | 1010010 | 111111 |
Color Harmonies of #5487EE
Complementary color
Monochromatic Colors of #5487EE
Black with #5487EE
Text Example
Text Example
White with #5487EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5487EE; }
p { color: rgb(84,135,238); }
H1.HeaderClassName
{
color: #5487EE;
}
.AnyTagClassName
{
color: #5487EE;
}
</style>
background-color css
<style>
a { background-color: #5487EE; }
a { background-color: rgb(84,135,238); }
div.DivClassName
{
background-color: #5487EE;
}
.BgClassName
{
background-color: #5487EE;
}
</style>
border-color css
<style>
span { border-color: #5487EE; }
span { border-color: rgb(84,135,238); }
td.TdClassName
{
border-color: #5487EE;
}
.TagClassName
{
border-color: #5487EE;
}
</style>