Shades of Cornflower Blue #5487FE
Tints of Cornflower Blue #5487FE
RGB
CMYK
RGB Variations
Color information
#5487FE (or 0x5487FE) is known color: Cornflower Blue. HEX triplet: 54, 87 and FE. RGB value is (84,135,254). Sum of RGB (Red+Green+Blue) = 84+135+254=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #5487FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5487FE is #AB7801. Grayscale: #848484. Windows color (decimal): -11237378 or 16680788. OLE color: 16680788.
HSL color Cylindrical-coordinate representation of color #5487FE: hue angle of 222º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5487FE is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 135 | 254 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.00 |
| HSL | 222º | 0.99% | 0.66% | - |
| HSV(B) | 222º | 0.67% | 1% | - |
| XYZ | 30.21 | 26.37 | 97.26 | - |
| YUV | 133.32 | 196.1 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 254 | 0.67 | 0.47 | 0 | 0.00 | 222 | 0.99 | 0.66 |
| Hex | 54 | 87 | FE | 43 | 2F | 0 | 0 | DE | 63 | 42 |
| Octal | 124 | 207 | 376 | 103 | 57 | 0 | 0 | 336 | 143 | 102 |
| Binary | 1010100 | 10000111 | 11111110 | 1000011 | 101111 | 0 | 0 | 11011110 | 1100011 | 1000010 |
Color Harmonies of #5487FE
Complementary color
Monochromatic Colors of #5487FE
Black with #5487FE
Text Example
Text Example
White with #5487FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5487FE; }
p { color: rgb(84,135,254); }
H1.HeaderClassName
{
color: #5487FE;
}
.AnyTagClassName
{
color: #5487FE;
}
</style>
background-color css
<style>
a { background-color: #5487FE; }
a { background-color: rgb(84,135,254); }
div.DivClassName
{
background-color: #5487FE;
}
.BgClassName
{
background-color: #5487FE;
}
</style>
border-color css
<style>
span { border-color: #5487FE; }
span { border-color: rgb(84,135,254); }
td.TdClassName
{
border-color: #5487FE;
}
.TagClassName
{
border-color: #5487FE;
}
</style>