Shades of Cornflower Blue #54A8F4
Tints of Cornflower Blue #54A8F4
RGB
CMYK
RGB Variations
Color information
#54A8F4 (or 0x54A8F4) is known color: Cornflower Blue. HEX triplet: 54, A8 and F4. RGB value is (84,168,244). Sum of RGB (Red+Green+Blue) = 84+168+244=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #54A8F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A8F4 is #AB570B. Grayscale: #979797. Windows color (decimal): -11228940 or 16033876. OLE color: 16033876.
HSL color Cylindrical-coordinate representation of color #54A8F4: hue angle of 208.5º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54A8F4 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 168 | 244 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.04 |
| HSL | 208.5º | 0.88% | 0.64% | - |
| HSV(B) | 208.5º | 0.66% | 0.96% | - |
| XYZ | 33.99 | 36.42 | 90.83 | - |
| YUV | 151.55 | 180.17 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 244 | 0.66 | 0.31 | 0 | 0.04 | 208.5 | 0.88 | 0.64 |
| Hex | 54 | A8 | F4 | 42 | 1F | 0 | 4 | D0 | 58 | 40 |
| Octal | 124 | 250 | 364 | 102 | 37 | 0 | 4 | 320 | 130 | 100 |
| Binary | 1010100 | 10101000 | 11110100 | 1000010 | 11111 | 0 | 100 | 11010000 | 1011000 | 1000000 |
Color Harmonies of #54A8F4
Complementary color
Monochromatic Colors of #54A8F4
Black with #54A8F4
Text Example
Text Example
White with #54A8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A8F4; }
p { color: rgb(84,168,244); }
H1.HeaderClassName
{
color: #54A8F4;
}
.AnyTagClassName
{
color: #54A8F4;
}
</style>
background-color css
<style>
a { background-color: #54A8F4; }
a { background-color: rgb(84,168,244); }
div.DivClassName
{
background-color: #54A8F4;
}
.BgClassName
{
background-color: #54A8F4;
}
</style>
border-color css
<style>
span { border-color: #54A8F4; }
span { border-color: rgb(84,168,244); }
td.TdClassName
{
border-color: #54A8F4;
}
.TagClassName
{
border-color: #54A8F4;
}
</style>