Shades of Cornflower Blue #549DED
Tints of Cornflower Blue #549DED
RGB
CMYK
RGB Variations
Color information
#549DED (or 0x549DED) is known color: Cornflower Blue. HEX triplet: 54, 9D and ED. RGB value is (84,157,237). Sum of RGB (Red+Green+Blue) = 84+157+237=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #549DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549DED is #AB6212. Grayscale: #8F8F8F. Windows color (decimal): -11231763 or 15572308. OLE color: 15572308.
HSL color Cylindrical-coordinate representation of color #549DED: hue angle of 211.37º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #549DED is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 157 | 237 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.07 |
| HSL | 211.37º | 0.81% | 0.63% | - |
| HSV(B) | 211.37º | 0.65% | 0.93% | - |
| XYZ | 31 | 32.11 | 84.69 | - |
| YUV | 144.29 | 180.32 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 237 | 0.65 | 0.34 | 0 | 0.07 | 211.37 | 0.81 | 0.63 |
| Hex | 54 | 9D | ED | 41 | 22 | 0 | 7 | D3 | 51 | 3F |
| Octal | 124 | 235 | 355 | 101 | 42 | 0 | 7 | 323 | 121 | 77 |
| Binary | 1010100 | 10011101 | 11101101 | 1000001 | 100010 | 0 | 111 | 11010011 | 1010001 | 111111 |
Color Harmonies of #549DED
Complementary color
Monochromatic Colors of #549DED
Black with #549DED
Text Example
Text Example
White with #549DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549DED; }
p { color: rgb(84,157,237); }
H1.HeaderClassName
{
color: #549DED;
}
.AnyTagClassName
{
color: #549DED;
}
</style>
background-color css
<style>
a { background-color: #549DED; }
a { background-color: rgb(84,157,237); }
div.DivClassName
{
background-color: #549DED;
}
.BgClassName
{
background-color: #549DED;
}
</style>
border-color css
<style>
span { border-color: #549DED; }
span { border-color: rgb(84,157,237); }
td.TdClassName
{
border-color: #549DED;
}
.TagClassName
{
border-color: #549DED;
}
</style>