Shades of Cornflower Blue #54A0FD
Tints of Cornflower Blue #54A0FD
RGB
CMYK
RGB Variations
Color information
#54A0FD (or 0x54A0FD) is known color: Cornflower Blue. HEX triplet: 54, A0 and FD. RGB value is (84,160,253). Sum of RGB (Red+Green+Blue) = 84+160+253=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #54A0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A0FD is #AB5F02. Grayscale: #939393. Windows color (decimal): -11230979 or 16621652. OLE color: 16621652.
HSL color Cylindrical-coordinate representation of color #54A0FD: hue angle of 213.02º degrees, saturation: 0.98, 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 #54A0FD is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 160 | 253 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.01 |
| HSL | 213.02º | 0.98% | 0.66% | - |
| HSV(B) | 213.02º | 0.67% | 0.99% | - |
| XYZ | 33.96 | 34.12 | 97.72 | - |
| YUV | 147.88 | 187.32 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 253 | 0.67 | 0.37 | 0 | 0.01 | 213.02 | 0.98 | 0.66 |
| Hex | 54 | A0 | FD | 43 | 25 | 0 | 1 | D5 | 62 | 42 |
| Octal | 124 | 240 | 375 | 103 | 45 | 0 | 1 | 325 | 142 | 102 |
| Binary | 1010100 | 10100000 | 11111101 | 1000011 | 100101 | 0 | 1 | 11010101 | 1100010 | 1000010 |
Color Harmonies of #54A0FD
Complementary color
Monochromatic Colors of #54A0FD
Black with #54A0FD
Text Example
Text Example
White with #54A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A0FD; }
p { color: rgb(84,160,253); }
H1.HeaderClassName
{
color: #54A0FD;
}
.AnyTagClassName
{
color: #54A0FD;
}
</style>
background-color css
<style>
a { background-color: #54A0FD; }
a { background-color: rgb(84,160,253); }
div.DivClassName
{
background-color: #54A0FD;
}
.BgClassName
{
background-color: #54A0FD;
}
</style>
border-color css
<style>
span { border-color: #54A0FD; }
span { border-color: rgb(84,160,253); }
td.TdClassName
{
border-color: #54A0FD;
}
.TagClassName
{
border-color: #54A0FD;
}
</style>