Shades of Cornflower Blue #54A0EF
Tints of Cornflower Blue #54A0EF
RGB
CMYK
RGB Variations
Color information
#54A0EF (or 0x54A0EF) is known color: Cornflower Blue. HEX triplet: 54, A0 and EF. RGB value is (84,160,239). Sum of RGB (Red+Green+Blue) = 84+160+239=483 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.39% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #54A0EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A0EF is #AB5F10. Grayscale: #919191. Windows color (decimal): -11230993 or 15704148. OLE color: 15704148.
HSL color Cylindrical-coordinate representation of color #54A0EF: hue angle of 210.58º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54A0EF is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 160 | 239 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.06 |
| HSL | 210.58º | 0.83% | 0.63% | - |
| HSV(B) | 210.58º | 0.65% | 0.94% | - |
| XYZ | 31.81 | 33.26 | 86.4 | - |
| YUV | 146.28 | 180.32 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 239 | 0.65 | 0.33 | 0 | 0.06 | 210.58 | 0.83 | 0.63 |
| Hex | 54 | A0 | EF | 41 | 21 | 0 | 6 | D3 | 53 | 3F |
| Octal | 124 | 240 | 357 | 101 | 41 | 0 | 6 | 323 | 123 | 77 |
| Binary | 1010100 | 10100000 | 11101111 | 1000001 | 100001 | 0 | 110 | 11010011 | 1010011 | 111111 |
Color Harmonies of #54A0EF
Complementary color
Monochromatic Colors of #54A0EF
Black with #54A0EF
Text Example
Text Example
White with #54A0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A0EF; }
p { color: rgb(84,160,239); }
H1.HeaderClassName
{
color: #54A0EF;
}
.AnyTagClassName
{
color: #54A0EF;
}
</style>
background-color css
<style>
a { background-color: #54A0EF; }
a { background-color: rgb(84,160,239); }
div.DivClassName
{
background-color: #54A0EF;
}
.BgClassName
{
background-color: #54A0EF;
}
</style>
border-color css
<style>
span { border-color: #54A0EF; }
span { border-color: rgb(84,160,239); }
td.TdClassName
{
border-color: #54A0EF;
}
.TagClassName
{
border-color: #54A0EF;
}
</style>