Shades of Cornflower Blue #549AF6
Tints of Cornflower Blue #549AF6
RGB
CMYK
RGB Variations
Color information
#549AF6 (or 0x549AF6) is known color: Cornflower Blue. HEX triplet: 54, 9A and F6. RGB value is (84,154,246). Sum of RGB (Red+Green+Blue) = 84+154+246=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #549AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549AF6 is #AB6509. Grayscale: #8F8F8F. Windows color (decimal): -11232522 or 16161364. OLE color: 16161364.
HSL color Cylindrical-coordinate representation of color #549AF6: hue angle of 214.07º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #549AF6 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 154 | 246 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.04 |
| HSL | 214.07º | 0.9% | 0.65% | - |
| HSV(B) | 214.07º | 0.66% | 0.96% | - |
| XYZ | 31.85 | 31.65 | 91.62 | - |
| YUV | 143.56 | 185.81 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 246 | 0.66 | 0.37 | 0 | 0.04 | 214.07 | 0.9 | 0.65 |
| Hex | 54 | 9A | F6 | 42 | 25 | 0 | 4 | D6 | 5A | 41 |
| Octal | 124 | 232 | 366 | 102 | 45 | 0 | 4 | 326 | 132 | 101 |
| Binary | 1010100 | 10011010 | 11110110 | 1000010 | 100101 | 0 | 100 | 11010110 | 1011010 | 1000001 |
Color Harmonies of #549AF6
Complementary color
Monochromatic Colors of #549AF6
Black with #549AF6
Text Example
Text Example
White with #549AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549AF6; }
p { color: rgb(84,154,246); }
H1.HeaderClassName
{
color: #549AF6;
}
.AnyTagClassName
{
color: #549AF6;
}
</style>
background-color css
<style>
a { background-color: #549AF6; }
a { background-color: rgb(84,154,246); }
div.DivClassName
{
background-color: #549AF6;
}
.BgClassName
{
background-color: #549AF6;
}
</style>
border-color css
<style>
span { border-color: #549AF6; }
span { border-color: rgb(84,154,246); }
td.TdClassName
{
border-color: #549AF6;
}
.TagClassName
{
border-color: #549AF6;
}
</style>