Shades of Cornflower Blue #5497FE
Tints of Cornflower Blue #5497FE
RGB
CMYK
RGB Variations
Color information
#5497FE (or 0x5497FE) is known color: Cornflower Blue. HEX triplet: 54, 97 and FE. RGB value is (84,151,254). Sum of RGB (Red+Green+Blue) = 84+151+254=489 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.18% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #5497FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5497FE is #AB6801. Grayscale: #8E8E8E. Windows color (decimal): -11233282 or 16684884. OLE color: 16684884.
HSL color Cylindrical-coordinate representation of color #5497FE: hue angle of 216.35º 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 #5497FE is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 151 | 254 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.00 |
| HSL | 216.35º | 0.99% | 0.66% | - |
| HSV(B) | 216.35º | 0.67% | 1% | - |
| XYZ | 32.61 | 31.17 | 98.06 | - |
| YUV | 142.71 | 190.8 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 254 | 0.67 | 0.41 | 0 | 0.00 | 216.35 | 0.99 | 0.66 |
| Hex | 54 | 97 | FE | 43 | 29 | 0 | 0 | D8 | 63 | 42 |
| Octal | 124 | 227 | 376 | 103 | 51 | 0 | 0 | 330 | 143 | 102 |
| Binary | 1010100 | 10010111 | 11111110 | 1000011 | 101001 | 0 | 0 | 11011000 | 1100011 | 1000010 |
Color Harmonies of #5497FE
Complementary color
Monochromatic Colors of #5497FE
Black with #5497FE
Text Example
Text Example
White with #5497FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5497FE; }
p { color: rgb(84,151,254); }
H1.HeaderClassName
{
color: #5497FE;
}
.AnyTagClassName
{
color: #5497FE;
}
</style>
background-color css
<style>
a { background-color: #5497FE; }
a { background-color: rgb(84,151,254); }
div.DivClassName
{
background-color: #5497FE;
}
.BgClassName
{
background-color: #5497FE;
}
</style>
border-color css
<style>
span { border-color: #5497FE; }
span { border-color: rgb(84,151,254); }
td.TdClassName
{
border-color: #5497FE;
}
.TagClassName
{
border-color: #5497FE;
}
</style>