Shades of Cornflower Blue #54A5F4
Tints of Cornflower Blue #54A5F4
RGB
CMYK
RGB Variations
Color information
#54A5F4 (or 0x54A5F4) is known color: Cornflower Blue. HEX triplet: 54, A5 and F4. RGB value is (84,165,244). Sum of RGB (Red+Green+Blue) = 84+165+244=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #54A5F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A5F4 is #AB5A0B. Grayscale: #959595. Windows color (decimal): -11229708 or 16033108. OLE color: 16033108.
HSL color Cylindrical-coordinate representation of color #54A5F4: hue angle of 209.62º 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 #54A5F4 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 165 | 244 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.04 |
| HSL | 209.63º | 0.88% | 0.64% | - |
| HSV(B) | 209.63º | 0.66% | 0.96% | - |
| XYZ | 33.44 | 35.33 | 90.64 | - |
| YUV | 149.79 | 181.16 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 165 | 244 | 0.66 | 0.32 | 0 | 0.04 | 209.63 | 0.88 | 0.64 |
| Hex | 54 | A5 | F4 | 42 | 20 | 0 | 4 | D2 | 58 | 40 |
| Octal | 124 | 245 | 364 | 102 | 40 | 0 | 4 | 322 | 130 | 100 |
| Binary | 1010100 | 10100101 | 11110100 | 1000010 | 100000 | 0 | 100 | 11010010 | 1011000 | 1000000 |
Color Harmonies of #54A5F4
Complementary color
Monochromatic Colors of #54A5F4
Black with #54A5F4
Text Example
Text Example
White with #54A5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A5F4; }
p { color: rgb(84,165,244); }
H1.HeaderClassName
{
color: #54A5F4;
}
.AnyTagClassName
{
color: #54A5F4;
}
</style>
background-color css
<style>
a { background-color: #54A5F4; }
a { background-color: rgb(84,165,244); }
div.DivClassName
{
background-color: #54A5F4;
}
.BgClassName
{
background-color: #54A5F4;
}
</style>
border-color css
<style>
span { border-color: #54A5F4; }
span { border-color: rgb(84,165,244); }
td.TdClassName
{
border-color: #54A5F4;
}
.TagClassName
{
border-color: #54A5F4;
}
</style>