Shades of Cornflower Blue #5497FC
Tints of Cornflower Blue #5497FC
RGB
CMYK
RGB Variations
Color information
#5497FC (or 0x5497FC) is known color: Cornflower Blue. HEX triplet: 54, 97 and FC. RGB value is (84,151,252). Sum of RGB (Red+Green+Blue) = 84+151+252=487 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.25% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #5497FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5497FC is #AB6803. Grayscale: #8E8E8E. Windows color (decimal): -11233284 or 16553812. OLE color: 16553812.
HSL color Cylindrical-coordinate representation of color #5497FC: hue angle of 216.07º degrees, saturation: 0.97, 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 #5497FC is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 151 | 252 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.01 |
| HSL | 216.07º | 0.97% | 0.66% | - |
| HSV(B) | 216.07º | 0.67% | 0.99% | - |
| XYZ | 32.29 | 31.05 | 96.39 | - |
| YUV | 142.48 | 189.8 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 252 | 0.67 | 0.40 | 0 | 0.01 | 216.07 | 0.97 | 0.66 |
| Hex | 54 | 97 | FC | 43 | 28 | 0 | 1 | D8 | 61 | 42 |
| Octal | 124 | 227 | 374 | 103 | 50 | 0 | 1 | 330 | 141 | 102 |
| Binary | 1010100 | 10010111 | 11111100 | 1000011 | 101000 | 0 | 1 | 11011000 | 1100001 | 1000010 |
Color Harmonies of #5497FC
Complementary color
Monochromatic Colors of #5497FC
Black with #5497FC
Text Example
Text Example
White with #5497FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5497FC; }
p { color: rgb(84,151,252); }
H1.HeaderClassName
{
color: #5497FC;
}
.AnyTagClassName
{
color: #5497FC;
}
</style>
background-color css
<style>
a { background-color: #5497FC; }
a { background-color: rgb(84,151,252); }
div.DivClassName
{
background-color: #5497FC;
}
.BgClassName
{
background-color: #5497FC;
}
</style>
border-color css
<style>
span { border-color: #5497FC; }
span { border-color: rgb(84,151,252); }
td.TdClassName
{
border-color: #5497FC;
}
.TagClassName
{
border-color: #5497FC;
}
</style>