Shades of Cornflower Blue #549BEC
Tints of Cornflower Blue #549BEC
RGB
CMYK
RGB Variations
Color information
#549BEC (or 0x549BEC) is known color: Cornflower Blue. HEX triplet: 54, 9B and EC. RGB value is (84,155,236). Sum of RGB (Red+Green+Blue) = 84+155+236=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #549BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549BEC is #AB6413. Grayscale: #8E8E8E. Windows color (decimal): -11232276 or 15506260. OLE color: 15506260.
HSL color Cylindrical-coordinate representation of color #549BEC: hue angle of 211.97º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #549BEC is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 155 | 236 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.07 |
| HSL | 211.97º | 0.8% | 0.63% | - |
| HSV(B) | 211.97º | 0.64% | 0.93% | - |
| XYZ | 30.52 | 31.38 | 83.81 | - |
| YUV | 143.01 | 180.48 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 236 | 0.64 | 0.34 | 0 | 0.07 | 211.97 | 0.8 | 0.63 |
| Hex | 54 | 9B | EC | 40 | 22 | 0 | 7 | D4 | 50 | 3F |
| Octal | 124 | 233 | 354 | 100 | 42 | 0 | 7 | 324 | 120 | 77 |
| Binary | 1010100 | 10011011 | 11101100 | 1000000 | 100010 | 0 | 111 | 11010100 | 1010000 | 111111 |
Color Harmonies of #549BEC
Complementary color
Monochromatic Colors of #549BEC
Black with #549BEC
Text Example
Text Example
White with #549BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BEC; }
p { color: rgb(84,155,236); }
H1.HeaderClassName
{
color: #549BEC;
}
.AnyTagClassName
{
color: #549BEC;
}
</style>
background-color css
<style>
a { background-color: #549BEC; }
a { background-color: rgb(84,155,236); }
div.DivClassName
{
background-color: #549BEC;
}
.BgClassName
{
background-color: #549BEC;
}
</style>
border-color css
<style>
span { border-color: #549BEC; }
span { border-color: rgb(84,155,236); }
td.TdClassName
{
border-color: #549BEC;
}
.TagClassName
{
border-color: #549BEC;
}
</style>