Shades of Cornflower Blue #549BFA
Tints of Cornflower Blue #549BFA
RGB
CMYK
RGB Variations
Color information
#549BFA (or 0x549BFA) is known color: Cornflower Blue. HEX triplet: 54, 9B and FA. RGB value is (84,155,250). Sum of RGB (Red+Green+Blue) = 84+155+250=489 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.18% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #549BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549BFA is #AB6405. Grayscale: #909090. Windows color (decimal): -11232262 or 16423764. OLE color: 16423764.
HSL color Cylindrical-coordinate representation of color #549BFA: hue angle of 214.34º degrees, saturation: 0.94, 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 #549BFA is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 155 | 250 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.02 |
| HSL | 214.34º | 0.94% | 0.65% | - |
| HSV(B) | 214.34º | 0.66% | 0.98% | - |
| XYZ | 32.63 | 32.23 | 94.94 | - |
| YUV | 144.6 | 187.48 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 250 | 0.66 | 0.38 | 0 | 0.02 | 214.34 | 0.94 | 0.65 |
| Hex | 54 | 9B | FA | 42 | 26 | 0 | 2 | D6 | 5E | 41 |
| Octal | 124 | 233 | 372 | 102 | 46 | 0 | 2 | 326 | 136 | 101 |
| Binary | 1010100 | 10011011 | 11111010 | 1000010 | 100110 | 0 | 10 | 11010110 | 1011110 | 1000001 |
Color Harmonies of #549BFA
Complementary color
Monochromatic Colors of #549BFA
Black with #549BFA
Text Example
Text Example
White with #549BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BFA; }
p { color: rgb(84,155,250); }
H1.HeaderClassName
{
color: #549BFA;
}
.AnyTagClassName
{
color: #549BFA;
}
</style>
background-color css
<style>
a { background-color: #549BFA; }
a { background-color: rgb(84,155,250); }
div.DivClassName
{
background-color: #549BFA;
}
.BgClassName
{
background-color: #549BFA;
}
</style>
border-color css
<style>
span { border-color: #549BFA; }
span { border-color: rgb(84,155,250); }
td.TdClassName
{
border-color: #549BFA;
}
.TagClassName
{
border-color: #549BFA;
}
</style>