Shades of Cornflower Blue #5497F9
Tints of Cornflower Blue #5497F9
RGB
CMYK
RGB Variations
Color information
#5497F9 (or 0x5497F9) is known color: Cornflower Blue. HEX triplet: 54, 97 and F9. RGB value is (84,151,249). Sum of RGB (Red+Green+Blue) = 84+151+249=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #5497F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5497F9 is #AB6806. Grayscale: #8D8D8D. Windows color (decimal): -11233287 or 16357204. OLE color: 16357204.
HSL color Cylindrical-coordinate representation of color #5497F9: hue angle of 215.64º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5497F9 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 151 | 249 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.02 |
| HSL | 215.64º | 0.93% | 0.65% | - |
| HSV(B) | 215.64º | 0.66% | 0.98% | - |
| XYZ | 31.82 | 30.86 | 93.9 | - |
| YUV | 142.14 | 188.3 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 249 | 0.66 | 0.39 | 0 | 0.02 | 215.64 | 0.93 | 0.65 |
| Hex | 54 | 97 | F9 | 42 | 27 | 0 | 2 | D8 | 5D | 41 |
| Octal | 124 | 227 | 371 | 102 | 47 | 0 | 2 | 330 | 135 | 101 |
| Binary | 1010100 | 10010111 | 11111001 | 1000010 | 100111 | 0 | 10 | 11011000 | 1011101 | 1000001 |
Color Harmonies of #5497F9
Complementary color
Monochromatic Colors of #5497F9
Black with #5497F9
Text Example
Text Example
White with #5497F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5497F9; }
p { color: rgb(84,151,249); }
H1.HeaderClassName
{
color: #5497F9;
}
.AnyTagClassName
{
color: #5497F9;
}
</style>
background-color css
<style>
a { background-color: #5497F9; }
a { background-color: rgb(84,151,249); }
div.DivClassName
{
background-color: #5497F9;
}
.BgClassName
{
background-color: #5497F9;
}
</style>
border-color css
<style>
span { border-color: #5497F9; }
span { border-color: rgb(84,151,249); }
td.TdClassName
{
border-color: #5497F9;
}
.TagClassName
{
border-color: #5497F9;
}
</style>