Shades of Cornflower Blue #54A9FF
Tints of Cornflower Blue #54A9FF
RGB
CMYK
RGB Variations
Color information
#54A9FF (or 0x54A9FF) is known color: Cornflower Blue. HEX triplet: 54, A9 and FF. RGB value is (84,169,255). Sum of RGB (Red+Green+Blue) = 84+169+255=508 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.54% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #54A9FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A9FF is #AB5600. Grayscale: #989898. Windows color (decimal): -11228673 or 16755028. OLE color: 16755028.
HSL color Cylindrical-coordinate representation of color #54A9FF: hue angle of 210.18º 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 #54A9FF is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 169 | 255 | - |
| CMYK | 0.67 | 0.34 | 0 | 0 |
| HSL | 210.18º | 1% | 0.66% | - |
| HSV(B) | 210.18º | 0.67% | 1% | - |
| XYZ | 35.89 | 37.48 | 99.95 | - |
| YUV | 153.39 | 185.34 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 255 | 0.67 | 0.34 | 0 | 0 | 210.18 | 1 | 0.66 |
| Hex | 54 | A9 | FF | 43 | 22 | 0 | 0 | D2 | 64 | 42 |
| Octal | 124 | 251 | 377 | 103 | 42 | 0 | 0 | 322 | 144 | 102 |
| Binary | 1010100 | 10101001 | 11111111 | 1000011 | 100010 | 0 | 0 | 11010010 | 1100100 | 1000010 |
Color Harmonies of #54A9FF
Complementary color
Monochromatic Colors of #54A9FF
Black with #54A9FF
Text Example
Text Example
White with #54A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A9FF; }
p { color: rgb(84,169,255); }
H1.HeaderClassName
{
color: #54A9FF;
}
.AnyTagClassName
{
color: #54A9FF;
}
</style>
background-color css
<style>
a { background-color: #54A9FF; }
a { background-color: rgb(84,169,255); }
div.DivClassName
{
background-color: #54A9FF;
}
.BgClassName
{
background-color: #54A9FF;
}
</style>
border-color css
<style>
span { border-color: #54A9FF; }
span { border-color: rgb(84,169,255); }
td.TdClassName
{
border-color: #54A9FF;
}
.TagClassName
{
border-color: #54A9FF;
}
</style>