Shades of Cornflower Blue #54A5EF
Tints of Cornflower Blue #54A5EF
RGB
CMYK
RGB Variations
Color information
#54A5EF (or 0x54A5EF) is known color: Cornflower Blue. HEX triplet: 54, A5 and EF. RGB value is (84,165,239). Sum of RGB (Red+Green+Blue) = 84+165+239=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #54A5EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A5EF is #AB5A10. Grayscale: #949494. Windows color (decimal): -11229713 or 15705428. OLE color: 15705428.
HSL color Cylindrical-coordinate representation of color #54A5EF: hue angle of 208.65º 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 #54A5EF is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 165 | 239 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.06 |
| HSL | 208.65º | 0.83% | 0.63% | - |
| HSV(B) | 208.65º | 0.65% | 0.94% | - |
| XYZ | 32.69 | 35.03 | 86.7 | - |
| YUV | 149.22 | 178.66 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 165 | 239 | 0.65 | 0.31 | 0 | 0.06 | 208.65 | 0.83 | 0.63 |
| Hex | 54 | A5 | EF | 41 | 1F | 0 | 6 | D1 | 53 | 3F |
| Octal | 124 | 245 | 357 | 101 | 37 | 0 | 6 | 321 | 123 | 77 |
| Binary | 1010100 | 10100101 | 11101111 | 1000001 | 11111 | 0 | 110 | 11010001 | 1010011 | 111111 |
Color Harmonies of #54A5EF
Complementary color
Monochromatic Colors of #54A5EF
Black with #54A5EF
Text Example
Text Example
White with #54A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A5EF; }
p { color: rgb(84,165,239); }
H1.HeaderClassName
{
color: #54A5EF;
}
.AnyTagClassName
{
color: #54A5EF;
}
</style>
background-color css
<style>
a { background-color: #54A5EF; }
a { background-color: rgb(84,165,239); }
div.DivClassName
{
background-color: #54A5EF;
}
.BgClassName
{
background-color: #54A5EF;
}
</style>
border-color css
<style>
span { border-color: #54A5EF; }
span { border-color: rgb(84,165,239); }
td.TdClassName
{
border-color: #54A5EF;
}
.TagClassName
{
border-color: #54A5EF;
}
</style>