Shades of Cornflower Blue #547EFF
Tints of Cornflower Blue #547EFF
RGB
CMYK
RGB Variations
Color information
#547EFF (or 0x547EFF) is known color: Cornflower Blue. HEX triplet: 54, 7E and FF. RGB value is (84,126,255). Sum of RGB (Red+Green+Blue) = 84+126+255=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #547EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547EFF is #AB8100. Grayscale: #7F7F7F. Windows color (decimal): -11239681 or 16744020. OLE color: 16744020.
HSL color Cylindrical-coordinate representation of color #547EFF: hue angle of 225.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #547EFF is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 126 | 255 | - |
| CMYK | 0.67 | 0.51 | 0 | 0 |
| HSL | 225.26º | 1% | 0.66% | - |
| HSV(B) | 225.26º | 0.67% | 1% | - |
| XYZ | 29.17 | 24.03 | 97.71 | - |
| YUV | 128.15 | 199.59 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 255 | 0.67 | 0.51 | 0 | 0 | 225.26 | 1 | 0.66 |
| Hex | 54 | 7E | FF | 43 | 33 | 0 | 0 | E1 | 64 | 42 |
| Octal | 124 | 176 | 377 | 103 | 63 | 0 | 0 | 341 | 144 | 102 |
| Binary | 1010100 | 1111110 | 11111111 | 1000011 | 110011 | 0 | 0 | 11100001 | 1100100 | 1000010 |
Color Harmonies of #547EFF
Complementary color
Monochromatic Colors of #547EFF
Black with #547EFF
Text Example
Text Example
White with #547EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547EFF; }
p { color: rgb(84,126,255); }
H1.HeaderClassName
{
color: #547EFF;
}
.AnyTagClassName
{
color: #547EFF;
}
</style>
background-color css
<style>
a { background-color: #547EFF; }
a { background-color: rgb(84,126,255); }
div.DivClassName
{
background-color: #547EFF;
}
.BgClassName
{
background-color: #547EFF;
}
</style>
border-color css
<style>
span { border-color: #547EFF; }
span { border-color: rgb(84,126,255); }
td.TdClassName
{
border-color: #547EFF;
}
.TagClassName
{
border-color: #547EFF;
}
</style>