Shades of Cornflower Blue #549BE9
Tints of Cornflower Blue #549BE9
RGB
CMYK
RGB Variations
Color information
#549BE9 (or 0x549BE9) is known color: Cornflower Blue. HEX triplet: 54, 9B and E9. RGB value is (84,155,233). Sum of RGB (Red+Green+Blue) = 84+155+233=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #549BE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549BE9 is #AB6416. Grayscale: #8E8E8E. Windows color (decimal): -11232279 or 15309652. OLE color: 15309652.
HSL color Cylindrical-coordinate representation of color #549BE9: hue angle of 211.41º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #549BE9 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 155 | 233 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.09 |
| HSL | 211.41º | 0.77% | 0.62% | - |
| HSV(B) | 211.41º | 0.64% | 0.91% | - |
| XYZ | 30.09 | 31.21 | 81.53 | - |
| YUV | 142.66 | 178.98 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 233 | 0.64 | 0.33 | 0 | 0.09 | 211.41 | 0.77 | 0.62 |
| Hex | 54 | 9B | E9 | 40 | 21 | 0 | 9 | D3 | 4D | 3E |
| Octal | 124 | 233 | 351 | 100 | 41 | 0 | 11 | 323 | 115 | 76 |
| Binary | 1010100 | 10011011 | 11101001 | 1000000 | 100001 | 0 | 1001 | 11010011 | 1001101 | 111110 |
Color Harmonies of #549BE9
Complementary color
Monochromatic Colors of #549BE9
Black with #549BE9
Text Example
Text Example
White with #549BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BE9; }
p { color: rgb(84,155,233); }
H1.HeaderClassName
{
color: #549BE9;
}
.AnyTagClassName
{
color: #549BE9;
}
</style>
background-color css
<style>
a { background-color: #549BE9; }
a { background-color: rgb(84,155,233); }
div.DivClassName
{
background-color: #549BE9;
}
.BgClassName
{
background-color: #549BE9;
}
</style>
border-color css
<style>
span { border-color: #549BE9; }
span { border-color: rgb(84,155,233); }
td.TdClassName
{
border-color: #549BE9;
}
.TagClassName
{
border-color: #549BE9;
}
</style>