Shades of Cornflower Blue #547EE8
Tints of Cornflower Blue #547EE8
RGB
CMYK
RGB Variations
Color information
#547EE8 (or 0x547EE8) is known color: Cornflower Blue. HEX triplet: 54, 7E and E8. RGB value is (84,126,232). Sum of RGB (Red+Green+Blue) = 84+126+232=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #547EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547EE8 is #AB8117. Grayscale: #7D7D7D. Windows color (decimal): -11239704 or 15236692. OLE color: 15236692.
HSL color Cylindrical-coordinate representation of color #547EE8: hue angle of 222.97º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #547EE8 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 126 | 232 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.09 |
| HSL | 222.97º | 0.76% | 0.62% | - |
| HSV(B) | 222.97º | 0.64% | 0.91% | - |
| XYZ | 25.68 | 22.63 | 79.36 | - |
| YUV | 125.53 | 188.09 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 232 | 0.64 | 0.46 | 0 | 0.09 | 222.97 | 0.76 | 0.62 |
| Hex | 54 | 7E | E8 | 40 | 2E | 0 | 9 | DF | 4C | 3E |
| Octal | 124 | 176 | 350 | 100 | 56 | 0 | 11 | 337 | 114 | 76 |
| Binary | 1010100 | 1111110 | 11101000 | 1000000 | 101110 | 0 | 1001 | 11011111 | 1001100 | 111110 |
Color Harmonies of #547EE8
Complementary color
Monochromatic Colors of #547EE8
Black with #547EE8
Text Example
Text Example
White with #547EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547EE8; }
p { color: rgb(84,126,232); }
H1.HeaderClassName
{
color: #547EE8;
}
.AnyTagClassName
{
color: #547EE8;
}
</style>
background-color css
<style>
a { background-color: #547EE8; }
a { background-color: rgb(84,126,232); }
div.DivClassName
{
background-color: #547EE8;
}
.BgClassName
{
background-color: #547EE8;
}
</style>
border-color css
<style>
span { border-color: #547EE8; }
span { border-color: rgb(84,126,232); }
td.TdClassName
{
border-color: #547EE8;
}
.TagClassName
{
border-color: #547EE8;
}
</style>