Shades of Cornflower Blue #54A1FD
Tints of Cornflower Blue #54A1FD
RGB
CMYK
RGB Variations
Color information
#54A1FD (or 0x54A1FD) is known color: Cornflower Blue. HEX triplet: 54, A1 and FD. RGB value is (84,161,253). Sum of RGB (Red+Green+Blue) = 84+161+253=498 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.87% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #54A1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A1FD is #AB5E02. Grayscale: #949494. Windows color (decimal): -11230723 or 16621908. OLE color: 16621908.
HSL color Cylindrical-coordinate representation of color #54A1FD: hue angle of 212.66º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54A1FD is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 161 | 253 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.01 |
| HSL | 212.66º | 0.98% | 0.66% | - |
| HSV(B) | 212.66º | 0.67% | 0.99% | - |
| XYZ | 34.13 | 34.47 | 97.78 | - |
| YUV | 148.47 | 186.99 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 253 | 0.67 | 0.36 | 0 | 0.01 | 212.66 | 0.98 | 0.66 |
| Hex | 54 | A1 | FD | 43 | 24 | 0 | 1 | D5 | 62 | 42 |
| Octal | 124 | 241 | 375 | 103 | 44 | 0 | 1 | 325 | 142 | 102 |
| Binary | 1010100 | 10100001 | 11111101 | 1000011 | 100100 | 0 | 1 | 11010101 | 1100010 | 1000010 |
Color Harmonies of #54A1FD
Complementary color
Monochromatic Colors of #54A1FD
Black with #54A1FD
Text Example
Text Example
White with #54A1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A1FD; }
p { color: rgb(84,161,253); }
H1.HeaderClassName
{
color: #54A1FD;
}
.AnyTagClassName
{
color: #54A1FD;
}
</style>
background-color css
<style>
a { background-color: #54A1FD; }
a { background-color: rgb(84,161,253); }
div.DivClassName
{
background-color: #54A1FD;
}
.BgClassName
{
background-color: #54A1FD;
}
</style>
border-color css
<style>
span { border-color: #54A1FD; }
span { border-color: rgb(84,161,253); }
td.TdClassName
{
border-color: #54A1FD;
}
.TagClassName
{
border-color: #54A1FD;
}
</style>