Shades of Cornflower Blue #547FEA
Tints of Cornflower Blue #547FEA
RGB
CMYK
RGB Variations
Color information
#547FEA (or 0x547FEA) is known color: Cornflower Blue. HEX triplet: 54, 7F and EA. RGB value is (84,127,234). Sum of RGB (Red+Green+Blue) = 84+127+234=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #547FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547FEA is #AB8015. Grayscale: #7D7D7D. Windows color (decimal): -11239446 or 15368020. OLE color: 15368020.
HSL color Cylindrical-coordinate representation of color #547FEA: hue angle of 222.8º 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 #547FEA is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 127 | 234 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.08 |
| HSL | 222.8º | 0.78% | 0.62% | - |
| HSV(B) | 222.8º | 0.64% | 0.92% | - |
| XYZ | 26.1 | 23 | 80.91 | - |
| YUV | 126.34 | 188.75 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 234 | 0.64 | 0.46 | 0 | 0.08 | 222.8 | 0.78 | 0.62 |
| Hex | 54 | 7F | EA | 40 | 2E | 0 | 8 | DF | 4E | 3E |
| Octal | 124 | 177 | 352 | 100 | 56 | 0 | 10 | 337 | 116 | 76 |
| Binary | 1010100 | 1111111 | 11101010 | 1000000 | 101110 | 0 | 1000 | 11011111 | 1001110 | 111110 |
Color Harmonies of #547FEA
Complementary color
Monochromatic Colors of #547FEA
Black with #547FEA
Text Example
Text Example
White with #547FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547FEA; }
p { color: rgb(84,127,234); }
H1.HeaderClassName
{
color: #547FEA;
}
.AnyTagClassName
{
color: #547FEA;
}
</style>
background-color css
<style>
a { background-color: #547FEA; }
a { background-color: rgb(84,127,234); }
div.DivClassName
{
background-color: #547FEA;
}
.BgClassName
{
background-color: #547FEA;
}
</style>
border-color css
<style>
span { border-color: #547FEA; }
span { border-color: rgb(84,127,234); }
td.TdClassName
{
border-color: #547FEA;
}
.TagClassName
{
border-color: #547FEA;
}
</style>