Shades of Cornflower Blue #549BF6
Tints of Cornflower Blue #549BF6
RGB
CMYK
RGB Variations
Color information
#549BF6 (or 0x549BF6) is known color: Cornflower Blue. HEX triplet: 54, 9B and F6. RGB value is (84,155,246). Sum of RGB (Red+Green+Blue) = 84+155+246=485 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.32% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #549BF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549BF6 is #AB6409. Grayscale: #8F8F8F. Windows color (decimal): -11232266 or 16161620. OLE color: 16161620.
HSL color Cylindrical-coordinate representation of color #549BF6: hue angle of 213.7º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #549BF6 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 155 | 246 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.04 |
| HSL | 213.7º | 0.9% | 0.65% | - |
| HSV(B) | 213.7º | 0.66% | 0.96% | - |
| XYZ | 32.01 | 31.98 | 91.67 | - |
| YUV | 144.15 | 185.48 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 246 | 0.66 | 0.37 | 0 | 0.04 | 213.7 | 0.9 | 0.65 |
| Hex | 54 | 9B | F6 | 42 | 25 | 0 | 4 | D6 | 5A | 41 |
| Octal | 124 | 233 | 366 | 102 | 45 | 0 | 4 | 326 | 132 | 101 |
| Binary | 1010100 | 10011011 | 11110110 | 1000010 | 100101 | 0 | 100 | 11010110 | 1011010 | 1000001 |
Color Harmonies of #549BF6
Complementary color
Monochromatic Colors of #549BF6
Black with #549BF6
Text Example
Text Example
White with #549BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BF6; }
p { color: rgb(84,155,246); }
H1.HeaderClassName
{
color: #549BF6;
}
.AnyTagClassName
{
color: #549BF6;
}
</style>
background-color css
<style>
a { background-color: #549BF6; }
a { background-color: rgb(84,155,246); }
div.DivClassName
{
background-color: #549BF6;
}
.BgClassName
{
background-color: #549BF6;
}
</style>
border-color css
<style>
span { border-color: #549BF6; }
span { border-color: rgb(84,155,246); }
td.TdClassName
{
border-color: #549BF6;
}
.TagClassName
{
border-color: #549BF6;
}
</style>