Shades of Cornflower Blue #54ADFF
Tints of Cornflower Blue #54ADFF
RGB
CMYK
RGB Variations
Color information
#54ADFF (or 0x54ADFF) is known color: Cornflower Blue. HEX triplet: 54, AD and FF. RGB value is (84,173,255). Sum of RGB (Red+Green+Blue) = 84+173+255=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #54ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ADFF is #AB5200. Grayscale: #9B9B9B. Windows color (decimal): -11227649 or 16756052. OLE color: 16756052.
HSL color Cylindrical-coordinate representation of color #54ADFF: hue angle of 208.77º 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 #54ADFF is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 173 | 255 | - |
| CMYK | 0.67 | 0.32 | 0 | 0 |
| HSL | 208.77º | 1% | 0.66% | - |
| HSV(B) | 208.77º | 0.67% | 1% | - |
| XYZ | 36.65 | 38.99 | 100.2 | - |
| YUV | 155.74 | 184.01 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 255 | 0.67 | 0.32 | 0 | 0 | 208.77 | 1 | 0.66 |
| Hex | 54 | AD | FF | 43 | 20 | 0 | 0 | D1 | 64 | 42 |
| Octal | 124 | 255 | 377 | 103 | 40 | 0 | 0 | 321 | 144 | 102 |
| Binary | 1010100 | 10101101 | 11111111 | 1000011 | 100000 | 0 | 0 | 11010001 | 1100100 | 1000010 |
Color Harmonies of #54ADFF
Complementary color
Monochromatic Colors of #54ADFF
Black with #54ADFF
Text Example
Text Example
White with #54ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADFF; }
p { color: rgb(84,173,255); }
H1.HeaderClassName
{
color: #54ADFF;
}
.AnyTagClassName
{
color: #54ADFF;
}
</style>
background-color css
<style>
a { background-color: #54ADFF; }
a { background-color: rgb(84,173,255); }
div.DivClassName
{
background-color: #54ADFF;
}
.BgClassName
{
background-color: #54ADFF;
}
</style>
border-color css
<style>
span { border-color: #54ADFF; }
span { border-color: rgb(84,173,255); }
td.TdClassName
{
border-color: #54ADFF;
}
.TagClassName
{
border-color: #54ADFF;
}
</style>