Shades of Cornflower Blue #547EF1
Tints of Cornflower Blue #547EF1
RGB
CMYK
RGB Variations
Color information
#547EF1 (or 0x547EF1) is known color: Cornflower Blue. HEX triplet: 54, 7E and F1. RGB value is (84,126,241). Sum of RGB (Red+Green+Blue) = 84+126+241=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #547EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547EF1 is #AB810E. Grayscale: #7E7E7E. Windows color (decimal): -11239695 or 15826516. OLE color: 15826516.
HSL color Cylindrical-coordinate representation of color #547EF1: hue angle of 223.95º 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 #547EF1 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 126 | 241 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.05 |
| HSL | 223.95º | 0.85% | 0.64% | - |
| HSV(B) | 223.95º | 0.65% | 0.95% | - |
| XYZ | 26.99 | 23.16 | 86.27 | - |
| YUV | 126.55 | 192.59 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 241 | 0.65 | 0.48 | 0 | 0.05 | 223.95 | 0.85 | 0.64 |
| Hex | 54 | 7E | F1 | 41 | 30 | 0 | 5 | E0 | 55 | 40 |
| Octal | 124 | 176 | 361 | 101 | 60 | 0 | 5 | 340 | 125 | 100 |
| Binary | 1010100 | 1111110 | 11110001 | 1000001 | 110000 | 0 | 101 | 11100000 | 1010101 | 1000000 |
Color Harmonies of #547EF1
Complementary color
Monochromatic Colors of #547EF1
Black with #547EF1
Text Example
Text Example
White with #547EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547EF1; }
p { color: rgb(84,126,241); }
H1.HeaderClassName
{
color: #547EF1;
}
.AnyTagClassName
{
color: #547EF1;
}
</style>
background-color css
<style>
a { background-color: #547EF1; }
a { background-color: rgb(84,126,241); }
div.DivClassName
{
background-color: #547EF1;
}
.BgClassName
{
background-color: #547EF1;
}
</style>
border-color css
<style>
span { border-color: #547EF1; }
span { border-color: rgb(84,126,241); }
td.TdClassName
{
border-color: #547EF1;
}
.TagClassName
{
border-color: #547EF1;
}
</style>