Shades of Cornflower Blue #54A5F5
Tints of Cornflower Blue #54A5F5
RGB
CMYK
RGB Variations
Color information
#54A5F5 (or 0x54A5F5) is known color: Cornflower Blue. HEX triplet: 54, A5 and F5. RGB value is (84,165,245). Sum of RGB (Red+Green+Blue) = 84+165+245=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 245 (96.09% from 255 or 49.60% from 494); Max value from RGB is 245 - color contains mainly: blue. Hex color #54A5F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A5F5 is #AB5A0A. Grayscale: #959595. Windows color (decimal): -11229707 or 16098644. OLE color: 16098644.
HSL color Cylindrical-coordinate representation of color #54A5F5: hue angle of 209.81º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54A5F5 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 165 | 245 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.04 |
| HSL | 209.81º | 0.89% | 0.65% | - |
| HSV(B) | 209.81º | 0.66% | 0.96% | - |
| XYZ | 33.59 | 35.39 | 91.45 | - |
| YUV | 149.9 | 181.66 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 165 | 245 | 0.66 | 0.33 | 0 | 0.04 | 209.81 | 0.89 | 0.65 |
| Hex | 54 | A5 | F5 | 42 | 21 | 0 | 4 | D2 | 59 | 41 |
| Octal | 124 | 245 | 365 | 102 | 41 | 0 | 4 | 322 | 131 | 101 |
| Binary | 1010100 | 10100101 | 11110101 | 1000010 | 100001 | 0 | 100 | 11010010 | 1011001 | 1000001 |
Color Harmonies of #54A5F5
Complementary color
Monochromatic Colors of #54A5F5
Black with #54A5F5
Text Example
Text Example
White with #54A5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A5F5; }
p { color: rgb(84,165,245); }
H1.HeaderClassName
{
color: #54A5F5;
}
.AnyTagClassName
{
color: #54A5F5;
}
</style>
background-color css
<style>
a { background-color: #54A5F5; }
a { background-color: rgb(84,165,245); }
div.DivClassName
{
background-color: #54A5F5;
}
.BgClassName
{
background-color: #54A5F5;
}
</style>
border-color css
<style>
span { border-color: #54A5F5; }
span { border-color: rgb(84,165,245); }
td.TdClassName
{
border-color: #54A5F5;
}
.TagClassName
{
border-color: #54A5F5;
}
</style>