Shades of Cornflower Blue #547EF3
Tints of Cornflower Blue #547EF3
RGB
CMYK
RGB Variations
Color information
#547EF3 (or 0x547EF3) is known color: Cornflower Blue. HEX triplet: 54, 7E and F3. RGB value is (84,126,243). Sum of RGB (Red+Green+Blue) = 84+126+243=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #547EF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547EF3 is #AB810C. Grayscale: #7E7E7E. Windows color (decimal): -11239693 or 15957588. OLE color: 15957588.
HSL color Cylindrical-coordinate representation of color #547EF3: hue angle of 224.15º degrees, saturation: 0.87, 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 #547EF3 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 126 | 243 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.05 |
| HSL | 224.15º | 0.87% | 0.64% | - |
| HSV(B) | 224.15º | 0.65% | 0.95% | - |
| XYZ | 27.29 | 23.28 | 87.85 | - |
| YUV | 126.78 | 193.59 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 243 | 0.65 | 0.48 | 0 | 0.05 | 224.15 | 0.87 | 0.64 |
| Hex | 54 | 7E | F3 | 41 | 30 | 0 | 5 | E0 | 57 | 40 |
| Octal | 124 | 176 | 363 | 101 | 60 | 0 | 5 | 340 | 127 | 100 |
| Binary | 1010100 | 1111110 | 11110011 | 1000001 | 110000 | 0 | 101 | 11100000 | 1010111 | 1000000 |
Color Harmonies of #547EF3
Complementary color
Monochromatic Colors of #547EF3
Black with #547EF3
Text Example
Text Example
White with #547EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547EF3; }
p { color: rgb(84,126,243); }
H1.HeaderClassName
{
color: #547EF3;
}
.AnyTagClassName
{
color: #547EF3;
}
</style>
background-color css
<style>
a { background-color: #547EF3; }
a { background-color: rgb(84,126,243); }
div.DivClassName
{
background-color: #547EF3;
}
.BgClassName
{
background-color: #547EF3;
}
</style>
border-color css
<style>
span { border-color: #547EF3; }
span { border-color: rgb(84,126,243); }
td.TdClassName
{
border-color: #547EF3;
}
.TagClassName
{
border-color: #547EF3;
}
</style>