Shades of Cornflower Blue #549EFF
Tints of Cornflower Blue #549EFF
RGB
CMYK
RGB Variations
Color information
#549EFF (or 0x549EFF) is known color: Cornflower Blue. HEX triplet: 54, 9E and FF. RGB value is (84,158,255). Sum of RGB (Red+Green+Blue) = 84+158+255=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #549EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549EFF is #AB6100. Grayscale: #929292. Windows color (decimal): -11231489 or 16752212. OLE color: 16752212.
HSL color Cylindrical-coordinate representation of color #549EFF: hue angle of 214.04º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #549EFF is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 158 | 255 | - |
| CMYK | 0.67 | 0.38 | 0 | 0 |
| HSL | 214.04º | 1% | 0.66% | - |
| HSV(B) | 214.04º | 0.67% | 1% | - |
| XYZ | 33.93 | 33.56 | 99.3 | - |
| YUV | 146.93 | 188.98 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 158 | 255 | 0.67 | 0.38 | 0 | 0 | 214.04 | 1 | 0.66 |
| Hex | 54 | 9E | FF | 43 | 26 | 0 | 0 | D6 | 64 | 42 |
| Octal | 124 | 236 | 377 | 103 | 46 | 0 | 0 | 326 | 144 | 102 |
| Binary | 1010100 | 10011110 | 11111111 | 1000011 | 100110 | 0 | 0 | 11010110 | 1100100 | 1000010 |
Color Harmonies of #549EFF
Complementary color
Monochromatic Colors of #549EFF
Black with #549EFF
Text Example
Text Example
White with #549EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549EFF; }
p { color: rgb(84,158,255); }
H1.HeaderClassName
{
color: #549EFF;
}
.AnyTagClassName
{
color: #549EFF;
}
</style>
background-color css
<style>
a { background-color: #549EFF; }
a { background-color: rgb(84,158,255); }
div.DivClassName
{
background-color: #549EFF;
}
.BgClassName
{
background-color: #549EFF;
}
</style>
border-color css
<style>
span { border-color: #549EFF; }
span { border-color: rgb(84,158,255); }
td.TdClassName
{
border-color: #549EFF;
}
.TagClassName
{
border-color: #549EFF;
}
</style>