Shades of Cornflower Blue #547FE7
Tints of Cornflower Blue #547FE7
RGB
CMYK
RGB Variations
Color information
#547FE7 (or 0x547FE7) is known color: Cornflower Blue. HEX triplet: 54, 7F and E7. RGB value is (84,127,231). Sum of RGB (Red+Green+Blue) = 84+127+231=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 231 (90.62% from 255 or 52.26% from 442); Max value from RGB is 231 - color contains mainly: blue. Hex color #547FE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547FE7 is #AB8018. Grayscale: #7D7D7D. Windows color (decimal): -11239449 or 15171412. OLE color: 15171412.
HSL color Cylindrical-coordinate representation of color #547FE7: hue angle of 222.45º degrees, saturation: 0.75, 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 #547FE7 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 127 | 231 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.09 |
| HSL | 222.45º | 0.75% | 0.62% | - |
| HSV(B) | 222.45º | 0.64% | 0.91% | - |
| XYZ | 25.67 | 22.83 | 78.66 | - |
| YUV | 126 | 187.25 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 231 | 0.64 | 0.45 | 0 | 0.09 | 222.45 | 0.75 | 0.62 |
| Hex | 54 | 7F | E7 | 40 | 2D | 0 | 9 | DE | 4B | 3E |
| Octal | 124 | 177 | 347 | 100 | 55 | 0 | 11 | 336 | 113 | 76 |
| Binary | 1010100 | 1111111 | 11100111 | 1000000 | 101101 | 0 | 1001 | 11011110 | 1001011 | 111110 |
Color Harmonies of #547FE7
Complementary color
Monochromatic Colors of #547FE7
Black with #547FE7
Text Example
Text Example
White with #547FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547FE7; }
p { color: rgb(84,127,231); }
H1.HeaderClassName
{
color: #547FE7;
}
.AnyTagClassName
{
color: #547FE7;
}
</style>
background-color css
<style>
a { background-color: #547FE7; }
a { background-color: rgb(84,127,231); }
div.DivClassName
{
background-color: #547FE7;
}
.BgClassName
{
background-color: #547FE7;
}
</style>
border-color css
<style>
span { border-color: #547FE7; }
span { border-color: rgb(84,127,231); }
td.TdClassName
{
border-color: #547FE7;
}
.TagClassName
{
border-color: #547FE7;
}
</style>