Shades of Cornflower Blue #549EF1
Tints of Cornflower Blue #549EF1
RGB
CMYK
RGB Variations
Color information
#549EF1 (or 0x549EF1) is known color: Cornflower Blue. HEX triplet: 54, 9E and F1. RGB value is (84,158,241). Sum of RGB (Red+Green+Blue) = 84+158+241=483 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.39% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #549EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549EF1 is #AB610E. Grayscale: #909090. Windows color (decimal): -11231503 or 15834708. OLE color: 15834708.
HSL color Cylindrical-coordinate representation of color #549EF1: hue angle of 211.72º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #549EF1 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 158 | 241 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.05 |
| HSL | 211.72º | 0.85% | 0.64% | - |
| HSV(B) | 211.72º | 0.65% | 0.95% | - |
| XYZ | 31.76 | 32.69 | 87.85 | - |
| YUV | 145.34 | 181.98 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 158 | 241 | 0.65 | 0.34 | 0 | 0.05 | 211.72 | 0.85 | 0.64 |
| Hex | 54 | 9E | F1 | 41 | 22 | 0 | 5 | D4 | 55 | 40 |
| Octal | 124 | 236 | 361 | 101 | 42 | 0 | 5 | 324 | 125 | 100 |
| Binary | 1010100 | 10011110 | 11110001 | 1000001 | 100010 | 0 | 101 | 11010100 | 1010101 | 1000000 |
Color Harmonies of #549EF1
Complementary color
Monochromatic Colors of #549EF1
Black with #549EF1
Text Example
Text Example
White with #549EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549EF1; }
p { color: rgb(84,158,241); }
H1.HeaderClassName
{
color: #549EF1;
}
.AnyTagClassName
{
color: #549EF1;
}
</style>
background-color css
<style>
a { background-color: #549EF1; }
a { background-color: rgb(84,158,241); }
div.DivClassName
{
background-color: #549EF1;
}
.BgClassName
{
background-color: #549EF1;
}
</style>
border-color css
<style>
span { border-color: #549EF1; }
span { border-color: rgb(84,158,241); }
td.TdClassName
{
border-color: #549EF1;
}
.TagClassName
{
border-color: #549EF1;
}
</style>