Shades of Cornflower Blue #547FF4
Tints of Cornflower Blue #547FF4
RGB
CMYK
RGB Variations
Color information
#547FF4 (or 0x547FF4) is known color: Cornflower Blue. HEX triplet: 54, 7F and F4. RGB value is (84,127,244). Sum of RGB (Red+Green+Blue) = 84+127+244=455 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.46% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #547FF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547FF4 is #AB800B. Grayscale: #7E7E7E. Windows color (decimal): -11239436 or 16023380. OLE color: 16023380.
HSL color Cylindrical-coordinate representation of color #547FF4: hue angle of 223.88º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #547FF4 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 127 | 244 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.04 |
| HSL | 223.88º | 0.88% | 0.64% | - |
| HSV(B) | 223.88º | 0.66% | 0.96% | - |
| XYZ | 27.57 | 23.6 | 88.69 | - |
| YUV | 127.48 | 193.75 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 244 | 0.66 | 0.48 | 0 | 0.04 | 223.88 | 0.88 | 0.64 |
| Hex | 54 | 7F | F4 | 42 | 30 | 0 | 4 | E0 | 58 | 40 |
| Octal | 124 | 177 | 364 | 102 | 60 | 0 | 4 | 340 | 130 | 100 |
| Binary | 1010100 | 1111111 | 11110100 | 1000010 | 110000 | 0 | 100 | 11100000 | 1011000 | 1000000 |
Color Harmonies of #547FF4
Complementary color
Monochromatic Colors of #547FF4
Black with #547FF4
Text Example
Text Example
White with #547FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547FF4; }
p { color: rgb(84,127,244); }
H1.HeaderClassName
{
color: #547FF4;
}
.AnyTagClassName
{
color: #547FF4;
}
</style>
background-color css
<style>
a { background-color: #547FF4; }
a { background-color: rgb(84,127,244); }
div.DivClassName
{
background-color: #547FF4;
}
.BgClassName
{
background-color: #547FF4;
}
</style>
border-color css
<style>
span { border-color: #547FF4; }
span { border-color: rgb(84,127,244); }
td.TdClassName
{
border-color: #547FF4;
}
.TagClassName
{
border-color: #547FF4;
}
</style>