Shades of Cornflower Blue #5487FD
Tints of Cornflower Blue #5487FD
RGB
CMYK
RGB Variations
Color information
#5487FD (or 0x5487FD) is known color: Cornflower Blue. HEX triplet: 54, 87 and FD. RGB value is (84,135,253). Sum of RGB (Red+Green+Blue) = 84+135+253=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #5487FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5487FD is #AB7802. Grayscale: #848484. Windows color (decimal): -11237379 or 16615252. OLE color: 16615252.
HSL color Cylindrical-coordinate representation of color #5487FD: hue angle of 221.89º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5487FD is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 135 | 253 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.01 |
| HSL | 221.89º | 0.98% | 0.66% | - |
| HSV(B) | 221.89º | 0.67% | 0.99% | - |
| XYZ | 30.05 | 26.3 | 96.42 | - |
| YUV | 133.2 | 195.6 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 253 | 0.67 | 0.47 | 0 | 0.01 | 221.89 | 0.98 | 0.66 |
| Hex | 54 | 87 | FD | 43 | 2F | 0 | 1 | DE | 62 | 42 |
| Octal | 124 | 207 | 375 | 103 | 57 | 0 | 1 | 336 | 142 | 102 |
| Binary | 1010100 | 10000111 | 11111101 | 1000011 | 101111 | 0 | 1 | 11011110 | 1100010 | 1000010 |
Color Harmonies of #5487FD
Complementary color
Monochromatic Colors of #5487FD
Black with #5487FD
Text Example
Text Example
White with #5487FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5487FD; }
p { color: rgb(84,135,253); }
H1.HeaderClassName
{
color: #5487FD;
}
.AnyTagClassName
{
color: #5487FD;
}
</style>
background-color css
<style>
a { background-color: #5487FD; }
a { background-color: rgb(84,135,253); }
div.DivClassName
{
background-color: #5487FD;
}
.BgClassName
{
background-color: #5487FD;
}
</style>
border-color css
<style>
span { border-color: #5487FD; }
span { border-color: rgb(84,135,253); }
td.TdClassName
{
border-color: #5487FD;
}
.TagClassName
{
border-color: #5487FD;
}
</style>