Shades of Cornflower Blue #5497FD
Tints of Cornflower Blue #5497FD
RGB
CMYK
RGB Variations
Color information
#5497FD (or 0x5497FD) is known color: Cornflower Blue. HEX triplet: 54, 97 and FD. RGB value is (84,151,253). Sum of RGB (Red+Green+Blue) = 84+151+253=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #5497FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5497FD is #AB6802. Grayscale: #8E8E8E. Windows color (decimal): -11233283 or 16619348. OLE color: 16619348.
HSL color Cylindrical-coordinate representation of color #5497FD: hue angle of 216.21º 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 #5497FD is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 151 | 253 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.01 |
| HSL | 216.21º | 0.98% | 0.66% | - |
| HSV(B) | 216.21º | 0.67% | 0.99% | - |
| XYZ | 32.45 | 31.11 | 97.22 | - |
| YUV | 142.6 | 190.3 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 253 | 0.67 | 0.40 | 0 | 0.01 | 216.21 | 0.98 | 0.66 |
| Hex | 54 | 97 | FD | 43 | 28 | 0 | 1 | D8 | 62 | 42 |
| Octal | 124 | 227 | 375 | 103 | 50 | 0 | 1 | 330 | 142 | 102 |
| Binary | 1010100 | 10010111 | 11111101 | 1000011 | 101000 | 0 | 1 | 11011000 | 1100010 | 1000010 |
Color Harmonies of #5497FD
Complementary color
Monochromatic Colors of #5497FD
Black with #5497FD
Text Example
Text Example
White with #5497FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5497FD; }
p { color: rgb(84,151,253); }
H1.HeaderClassName
{
color: #5497FD;
}
.AnyTagClassName
{
color: #5497FD;
}
</style>
background-color css
<style>
a { background-color: #5497FD; }
a { background-color: rgb(84,151,253); }
div.DivClassName
{
background-color: #5497FD;
}
.BgClassName
{
background-color: #5497FD;
}
</style>
border-color css
<style>
span { border-color: #5497FD; }
span { border-color: rgb(84,151,253); }
td.TdClassName
{
border-color: #5497FD;
}
.TagClassName
{
border-color: #5497FD;
}
</style>