Shades of Cornflower Blue #54A1FF
Tints of Cornflower Blue #54A1FF
RGB
CMYK
RGB Variations
Color information
#54A1FF (or 0x54A1FF) is known color: Cornflower Blue. HEX triplet: 54, A1 and FF. RGB value is (84,161,255). Sum of RGB (Red+Green+Blue) = 84+161+255=500 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.8% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #54A1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A1FF is #AB5E00. Grayscale: #949494. Windows color (decimal): -11230721 or 16752980. OLE color: 16752980.
HSL color Cylindrical-coordinate representation of color #54A1FF: hue angle of 212.98º 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 #54A1FF is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 161 | 255 | - |
| CMYK | 0.67 | 0.37 | 0 | 0 |
| HSL | 212.98º | 1% | 0.66% | - |
| HSV(B) | 212.98º | 0.67% | 1% | - |
| XYZ | 34.45 | 34.59 | 99.47 | - |
| YUV | 148.69 | 187.99 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 255 | 0.67 | 0.37 | 0 | 0 | 212.98 | 1 | 0.66 |
| Hex | 54 | A1 | FF | 43 | 25 | 0 | 0 | D5 | 64 | 42 |
| Octal | 124 | 241 | 377 | 103 | 45 | 0 | 0 | 325 | 144 | 102 |
| Binary | 1010100 | 10100001 | 11111111 | 1000011 | 100101 | 0 | 0 | 11010101 | 1100100 | 1000010 |
Color Harmonies of #54A1FF
Complementary color
Monochromatic Colors of #54A1FF
Black with #54A1FF
Text Example
Text Example
White with #54A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A1FF; }
p { color: rgb(84,161,255); }
H1.HeaderClassName
{
color: #54A1FF;
}
.AnyTagClassName
{
color: #54A1FF;
}
</style>
background-color css
<style>
a { background-color: #54A1FF; }
a { background-color: rgb(84,161,255); }
div.DivClassName
{
background-color: #54A1FF;
}
.BgClassName
{
background-color: #54A1FF;
}
</style>
border-color css
<style>
span { border-color: #54A1FF; }
span { border-color: rgb(84,161,255); }
td.TdClassName
{
border-color: #54A1FF;
}
.TagClassName
{
border-color: #54A1FF;
}
</style>