Shades of Cornflower Blue #5492F9
Tints of Cornflower Blue #5492F9
RGB
CMYK
RGB Variations
Color information
#5492F9 (or 0x5492F9) is known color: Cornflower Blue. HEX triplet: 54, 92 and F9. RGB value is (84,146,249). Sum of RGB (Red+Green+Blue) = 84+146+249=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #5492F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5492F9 is #AB6D06. Grayscale: #8A8A8A. Windows color (decimal): -11234567 or 16355924. OLE color: 16355924.
HSL color Cylindrical-coordinate representation of color #5492F9: hue angle of 217.45º 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 #5492F9 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 146 | 249 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.02 |
| HSL | 217.45º | 0.93% | 0.65% | - |
| HSV(B) | 217.45º | 0.66% | 0.98% | - |
| XYZ | 31.03 | 29.28 | 93.64 | - |
| YUV | 139.2 | 189.96 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 249 | 0.66 | 0.41 | 0 | 0.02 | 217.45 | 0.93 | 0.65 |
| Hex | 54 | 92 | F9 | 42 | 29 | 0 | 2 | D9 | 5D | 41 |
| Octal | 124 | 222 | 371 | 102 | 51 | 0 | 2 | 331 | 135 | 101 |
| Binary | 1010100 | 10010010 | 11111001 | 1000010 | 101001 | 0 | 10 | 11011001 | 1011101 | 1000001 |
Color Harmonies of #5492F9
Complementary color
Monochromatic Colors of #5492F9
Black with #5492F9
Text Example
Text Example
White with #5492F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5492F9; }
p { color: rgb(84,146,249); }
H1.HeaderClassName
{
color: #5492F9;
}
.AnyTagClassName
{
color: #5492F9;
}
</style>
background-color css
<style>
a { background-color: #5492F9; }
a { background-color: rgb(84,146,249); }
div.DivClassName
{
background-color: #5492F9;
}
.BgClassName
{
background-color: #5492F9;
}
</style>
border-color css
<style>
span { border-color: #5492F9; }
span { border-color: rgb(84,146,249); }
td.TdClassName
{
border-color: #5492F9;
}
.TagClassName
{
border-color: #5492F9;
}
</style>