Shades of Cornflower Blue #549AFF
Tints of Cornflower Blue #549AFF
RGB
CMYK
RGB Variations
Color information
#549AFF (or 0x549AFF) is known color: Cornflower Blue. HEX triplet: 54, 9A and FF. RGB value is (84,154,255). Sum of RGB (Red+Green+Blue) = 84+154+255=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #549AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549AFF is #AB6500. Grayscale: #909090. Windows color (decimal): -11232513 or 16751188. OLE color: 16751188.
HSL color Cylindrical-coordinate representation of color #549AFF: hue angle of 215.44º 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 #549AFF is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 154 | 255 | - |
| CMYK | 0.67 | 0.40 | 0 | 0 |
| HSL | 215.44º | 1% | 0.66% | - |
| HSV(B) | 215.44º | 0.67% | 1% | - |
| XYZ | 33.26 | 32.22 | 99.07 | - |
| YUV | 144.58 | 190.31 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 255 | 0.67 | 0.40 | 0 | 0 | 215.44 | 1 | 0.66 |
| Hex | 54 | 9A | FF | 43 | 28 | 0 | 0 | D7 | 64 | 42 |
| Octal | 124 | 232 | 377 | 103 | 50 | 0 | 0 | 327 | 144 | 102 |
| Binary | 1010100 | 10011010 | 11111111 | 1000011 | 101000 | 0 | 0 | 11010111 | 1100100 | 1000010 |
Color Harmonies of #549AFF
Complementary color
Monochromatic Colors of #549AFF
Black with #549AFF
Text Example
Text Example
White with #549AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549AFF; }
p { color: rgb(84,154,255); }
H1.HeaderClassName
{
color: #549AFF;
}
.AnyTagClassName
{
color: #549AFF;
}
</style>
background-color css
<style>
a { background-color: #549AFF; }
a { background-color: rgb(84,154,255); }
div.DivClassName
{
background-color: #549AFF;
}
.BgClassName
{
background-color: #549AFF;
}
</style>
border-color css
<style>
span { border-color: #549AFF; }
span { border-color: rgb(84,154,255); }
td.TdClassName
{
border-color: #549AFF;
}
.TagClassName
{
border-color: #549AFF;
}
</style>