Shades of Cornflower Blue #547EEA
Tints of Cornflower Blue #547EEA
RGB
CMYK
RGB Variations
Color information
#547EEA (or 0x547EEA) is known color: Cornflower Blue. HEX triplet: 54, 7E and EA. RGB value is (84,126,234). Sum of RGB (Red+Green+Blue) = 84+126+234=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #547EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547EEA is #AB8115. Grayscale: #7D7D7D. Windows color (decimal): -11239702 or 15367764. OLE color: 15367764.
HSL color Cylindrical-coordinate representation of color #547EEA: hue angle of 223.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #547EEA is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 126 | 234 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.08 |
| HSL | 223.2º | 0.78% | 0.62% | - |
| HSV(B) | 223.2º | 0.64% | 0.92% | - |
| XYZ | 25.97 | 22.75 | 80.86 | - |
| YUV | 125.75 | 189.09 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 234 | 0.64 | 0.46 | 0 | 0.08 | 223.2 | 0.78 | 0.62 |
| Hex | 54 | 7E | EA | 40 | 2E | 0 | 8 | DF | 4E | 3E |
| Octal | 124 | 176 | 352 | 100 | 56 | 0 | 10 | 337 | 116 | 76 |
| Binary | 1010100 | 1111110 | 11101010 | 1000000 | 101110 | 0 | 1000 | 11011111 | 1001110 | 111110 |
Color Harmonies of #547EEA
Complementary color
Monochromatic Colors of #547EEA
Black with #547EEA
Text Example
Text Example
White with #547EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547EEA; }
p { color: rgb(84,126,234); }
H1.HeaderClassName
{
color: #547EEA;
}
.AnyTagClassName
{
color: #547EEA;
}
</style>
background-color css
<style>
a { background-color: #547EEA; }
a { background-color: rgb(84,126,234); }
div.DivClassName
{
background-color: #547EEA;
}
.BgClassName
{
background-color: #547EEA;
}
</style>
border-color css
<style>
span { border-color: #547EEA; }
span { border-color: rgb(84,126,234); }
td.TdClassName
{
border-color: #547EEA;
}
.TagClassName
{
border-color: #547EEA;
}
</style>