Shades of Cornflower Blue #54A0FC
Tints of Cornflower Blue #54A0FC
RGB
CMYK
RGB Variations
Color information
#54A0FC (or 0x54A0FC) is known color: Cornflower Blue. HEX triplet: 54, A0 and FC. RGB value is (84,160,252). Sum of RGB (Red+Green+Blue) = 84+160+252=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #54A0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A0FC is #AB5F03. Grayscale: #939393. Windows color (decimal): -11230980 or 16556116. OLE color: 16556116.
HSL color Cylindrical-coordinate representation of color #54A0FC: hue angle of 212.86º 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 #54A0FC is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 160 | 252 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.01 |
| HSL | 212.86º | 0.97% | 0.66% | - |
| HSV(B) | 212.86º | 0.67% | 0.99% | - |
| XYZ | 33.8 | 34.05 | 96.89 | - |
| YUV | 147.76 | 186.82 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 252 | 0.67 | 0.37 | 0 | 0.01 | 212.86 | 0.97 | 0.66 |
| Hex | 54 | A0 | FC | 43 | 25 | 0 | 1 | D5 | 61 | 42 |
| Octal | 124 | 240 | 374 | 103 | 45 | 0 | 1 | 325 | 141 | 102 |
| Binary | 1010100 | 10100000 | 11111100 | 1000011 | 100101 | 0 | 1 | 11010101 | 1100001 | 1000010 |
Color Harmonies of #54A0FC
Complementary color
Monochromatic Colors of #54A0FC
Black with #54A0FC
Text Example
Text Example
White with #54A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A0FC; }
p { color: rgb(84,160,252); }
H1.HeaderClassName
{
color: #54A0FC;
}
.AnyTagClassName
{
color: #54A0FC;
}
</style>
background-color css
<style>
a { background-color: #54A0FC; }
a { background-color: rgb(84,160,252); }
div.DivClassName
{
background-color: #54A0FC;
}
.BgClassName
{
background-color: #54A0FC;
}
</style>
border-color css
<style>
span { border-color: #54A0FC; }
span { border-color: rgb(84,160,252); }
td.TdClassName
{
border-color: #54A0FC;
}
.TagClassName
{
border-color: #54A0FC;
}
</style>