Shades of Cornflower Blue #54ABFF
Tints of Cornflower Blue #54ABFF
RGB
CMYK
RGB Variations
Color information
#54ABFF (or 0x54ABFF) is known color: Cornflower Blue. HEX triplet: 54, AB and FF. RGB value is (84,171,255). Sum of RGB (Red+Green+Blue) = 84+171+255=510 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.47% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #54ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ABFF is #AB5400. Grayscale: #9A9A9A. Windows color (decimal): -11228161 or 16755540. OLE color: 16755540.
HSL color Cylindrical-coordinate representation of color #54ABFF: hue angle of 209.47º 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 #54ABFF is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 171 | 255 | - |
| CMYK | 0.67 | 0.33 | 0 | 0 |
| HSL | 209.47º | 1% | 0.66% | - |
| HSV(B) | 209.47º | 0.67% | 1% | - |
| XYZ | 36.27 | 38.23 | 100.08 | - |
| YUV | 154.56 | 184.68 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 255 | 0.67 | 0.33 | 0 | 0 | 209.47 | 1 | 0.66 |
| Hex | 54 | AB | FF | 43 | 21 | 0 | 0 | D1 | 64 | 42 |
| Octal | 124 | 253 | 377 | 103 | 41 | 0 | 0 | 321 | 144 | 102 |
| Binary | 1010100 | 10101011 | 11111111 | 1000011 | 100001 | 0 | 0 | 11010001 | 1100100 | 1000010 |
Color Harmonies of #54ABFF
Complementary color
Monochromatic Colors of #54ABFF
Black with #54ABFF
Text Example
Text Example
White with #54ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ABFF; }
p { color: rgb(84,171,255); }
H1.HeaderClassName
{
color: #54ABFF;
}
.AnyTagClassName
{
color: #54ABFF;
}
</style>
background-color css
<style>
a { background-color: #54ABFF; }
a { background-color: rgb(84,171,255); }
div.DivClassName
{
background-color: #54ABFF;
}
.BgClassName
{
background-color: #54ABFF;
}
</style>
border-color css
<style>
span { border-color: #54ABFF; }
span { border-color: rgb(84,171,255); }
td.TdClassName
{
border-color: #54ABFF;
}
.TagClassName
{
border-color: #54ABFF;
}
</style>