Shades of Cornflower Blue #547FEF
Tints of Cornflower Blue #547FEF
RGB
CMYK
RGB Variations
Color information
#547FEF (or 0x547FEF) is known color: Cornflower Blue. HEX triplet: 54, 7F and EF. RGB value is (84,127,239). Sum of RGB (Red+Green+Blue) = 84+127+239=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #547FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547FEF is #AB8010. Grayscale: #7E7E7E. Windows color (decimal): -11239441 or 15695700. OLE color: 15695700.
HSL color Cylindrical-coordinate representation of color #547FEF: hue angle of 223.35º 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 #547FEF is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 127 | 239 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.06 |
| HSL | 223.35º | 0.83% | 0.63% | - |
| HSV(B) | 223.35º | 0.65% | 0.94% | - |
| XYZ | 26.83 | 23.3 | 84.74 | - |
| YUV | 126.91 | 191.25 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 239 | 0.65 | 0.47 | 0 | 0.06 | 223.35 | 0.83 | 0.63 |
| Hex | 54 | 7F | EF | 41 | 2F | 0 | 6 | DF | 53 | 3F |
| Octal | 124 | 177 | 357 | 101 | 57 | 0 | 6 | 337 | 123 | 77 |
| Binary | 1010100 | 1111111 | 11101111 | 1000001 | 101111 | 0 | 110 | 11011111 | 1010011 | 111111 |
Color Harmonies of #547FEF
Complementary color
Monochromatic Colors of #547FEF
Black with #547FEF
Text Example
Text Example
White with #547FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547FEF; }
p { color: rgb(84,127,239); }
H1.HeaderClassName
{
color: #547FEF;
}
.AnyTagClassName
{
color: #547FEF;
}
</style>
background-color css
<style>
a { background-color: #547FEF; }
a { background-color: rgb(84,127,239); }
div.DivClassName
{
background-color: #547FEF;
}
.BgClassName
{
background-color: #547FEF;
}
</style>
border-color css
<style>
span { border-color: #547FEF; }
span { border-color: rgb(84,127,239); }
td.TdClassName
{
border-color: #547FEF;
}
.TagClassName
{
border-color: #547FEF;
}
</style>