Shades of Cornflower Blue #547FFC
Tints of Cornflower Blue #547FFC
RGB
CMYK
RGB Variations
Color information
#547FFC (or 0x547FFC) is known color: Cornflower Blue. HEX triplet: 54, 7F and FC. RGB value is (84,127,252). Sum of RGB (Red+Green+Blue) = 84+127+252=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #547FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547FFC is #AB8003. Grayscale: #7F7F7F. Windows color (decimal): -11239428 or 16547668. OLE color: 16547668.
HSL color Cylindrical-coordinate representation of color #547FFC: hue angle of 224.64º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #547FFC is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 127 | 252 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.01 |
| HSL | 224.64º | 0.97% | 0.66% | - |
| HSV(B) | 224.64º | 0.67% | 0.99% | - |
| XYZ | 28.82 | 24.09 | 95.23 | - |
| YUV | 128.39 | 197.75 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 252 | 0.67 | 0.50 | 0 | 0.01 | 224.64 | 0.97 | 0.66 |
| Hex | 54 | 7F | FC | 43 | 32 | 0 | 1 | E1 | 61 | 42 |
| Octal | 124 | 177 | 374 | 103 | 62 | 0 | 1 | 341 | 141 | 102 |
| Binary | 1010100 | 1111111 | 11111100 | 1000011 | 110010 | 0 | 1 | 11100001 | 1100001 | 1000010 |
Color Harmonies of #547FFC
Complementary color
Monochromatic Colors of #547FFC
Black with #547FFC
Text Example
Text Example
White with #547FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547FFC; }
p { color: rgb(84,127,252); }
H1.HeaderClassName
{
color: #547FFC;
}
.AnyTagClassName
{
color: #547FFC;
}
</style>
background-color css
<style>
a { background-color: #547FFC; }
a { background-color: rgb(84,127,252); }
div.DivClassName
{
background-color: #547FFC;
}
.BgClassName
{
background-color: #547FFC;
}
</style>
border-color css
<style>
span { border-color: #547FFC; }
span { border-color: rgb(84,127,252); }
td.TdClassName
{
border-color: #547FFC;
}
.TagClassName
{
border-color: #547FFC;
}
</style>