Shades of Cornflower Blue #547EEF
Tints of Cornflower Blue #547EEF
RGB
CMYK
RGB Variations
Color information
#547EEF (or 0x547EEF) is known color: Cornflower Blue. HEX triplet: 54, 7E and EF. RGB value is (84,126,239). Sum of RGB (Red+Green+Blue) = 84+126+239=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #547EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547EEF is #AB8110. Grayscale: #7D7D7D. Windows color (decimal): -11239697 or 15695444. OLE color: 15695444.
HSL color Cylindrical-coordinate representation of color #547EEF: hue angle of 223.74º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #547EEF is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 126 | 239 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.06 |
| HSL | 223.74º | 0.83% | 0.63% | - |
| HSV(B) | 223.74º | 0.65% | 0.94% | - |
| XYZ | 26.7 | 23.04 | 84.7 | - |
| YUV | 126.32 | 191.59 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 239 | 0.65 | 0.47 | 0 | 0.06 | 223.74 | 0.83 | 0.63 |
| Hex | 54 | 7E | EF | 41 | 2F | 0 | 6 | E0 | 53 | 3F |
| Octal | 124 | 176 | 357 | 101 | 57 | 0 | 6 | 340 | 123 | 77 |
| Binary | 1010100 | 1111110 | 11101111 | 1000001 | 101111 | 0 | 110 | 11100000 | 1010011 | 111111 |
Color Harmonies of #547EEF
Complementary color
Monochromatic Colors of #547EEF
Black with #547EEF
Text Example
Text Example
White with #547EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547EEF; }
p { color: rgb(84,126,239); }
H1.HeaderClassName
{
color: #547EEF;
}
.AnyTagClassName
{
color: #547EEF;
}
</style>
background-color css
<style>
a { background-color: #547EEF; }
a { background-color: rgb(84,126,239); }
div.DivClassName
{
background-color: #547EEF;
}
.BgClassName
{
background-color: #547EEF;
}
</style>
border-color css
<style>
span { border-color: #547EEF; }
span { border-color: rgb(84,126,239); }
td.TdClassName
{
border-color: #547EEF;
}
.TagClassName
{
border-color: #547EEF;
}
</style>