Shades of Cornflower Blue #54AAFF
Tints of Cornflower Blue #54AAFF
RGB
CMYK
RGB Variations
Color information
#54AAFF (or 0x54AAFF) is known color: Cornflower Blue. HEX triplet: 54, AA and FF. RGB value is (84,170,255). Sum of RGB (Red+Green+Blue) = 84+170+255=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #54AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AAFF is #AB5500. Grayscale: #999999. Windows color (decimal): -11228417 or 16755284. OLE color: 16755284.
HSL color Cylindrical-coordinate representation of color #54AAFF: hue angle of 209.82º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54AAFF is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 170 | 255 | - |
| CMYK | 0.67 | 0.33 | 0 | 0 |
| HSL | 209.82º | 1% | 0.66% | - |
| HSV(B) | 209.82º | 0.67% | 1% | - |
| XYZ | 36.08 | 37.85 | 100.01 | - |
| YUV | 153.98 | 185.01 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 255 | 0.67 | 0.33 | 0 | 0 | 209.82 | 1 | 0.66 |
| Hex | 54 | AA | FF | 43 | 21 | 0 | 0 | D2 | 64 | 42 |
| Octal | 124 | 252 | 377 | 103 | 41 | 0 | 0 | 322 | 144 | 102 |
| Binary | 1010100 | 10101010 | 11111111 | 1000011 | 100001 | 0 | 0 | 11010010 | 1100100 | 1000010 |
Color Harmonies of #54AAFF
Complementary color
Monochromatic Colors of #54AAFF
Black with #54AAFF
Text Example
Text Example
White with #54AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AAFF; }
p { color: rgb(84,170,255); }
H1.HeaderClassName
{
color: #54AAFF;
}
.AnyTagClassName
{
color: #54AAFF;
}
</style>
background-color css
<style>
a { background-color: #54AAFF; }
a { background-color: rgb(84,170,255); }
div.DivClassName
{
background-color: #54AAFF;
}
.BgClassName
{
background-color: #54AAFF;
}
</style>
border-color css
<style>
span { border-color: #54AAFF; }
span { border-color: rgb(84,170,255); }
td.TdClassName
{
border-color: #54AAFF;
}
.TagClassName
{
border-color: #54AAFF;
}
</style>