Shades of Cornflower Blue #54A2F7
Tints of Cornflower Blue #54A2F7
RGB
CMYK
RGB Variations
Color information
#54A2F7 (or 0x54A2F7) is known color: Cornflower Blue. HEX triplet: 54, A2 and F7. RGB value is (84,162,247). Sum of RGB (Red+Green+Blue) = 84+162+247=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #54A2F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A2F7 is #AB5D08. Grayscale: #939393. Windows color (decimal): -11230473 or 16228948. OLE color: 16228948.
HSL color Cylindrical-coordinate representation of color #54A2F7: hue angle of 211.29º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54A2F7 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 162 | 247 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.03 |
| HSL | 211.29º | 0.91% | 0.65% | - |
| HSV(B) | 211.29º | 0.66% | 0.97% | - |
| XYZ | 33.36 | 34.44 | 92.88 | - |
| YUV | 148.37 | 183.66 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 162 | 247 | 0.66 | 0.34 | 0 | 0.03 | 211.29 | 0.91 | 0.65 |
| Hex | 54 | A2 | F7 | 42 | 22 | 0 | 3 | D3 | 5B | 41 |
| Octal | 124 | 242 | 367 | 102 | 42 | 0 | 3 | 323 | 133 | 101 |
| Binary | 1010100 | 10100010 | 11110111 | 1000010 | 100010 | 0 | 11 | 11010011 | 1011011 | 1000001 |
Color Harmonies of #54A2F7
Complementary color
Monochromatic Colors of #54A2F7
Black with #54A2F7
Text Example
Text Example
White with #54A2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A2F7; }
p { color: rgb(84,162,247); }
H1.HeaderClassName
{
color: #54A2F7;
}
.AnyTagClassName
{
color: #54A2F7;
}
</style>
background-color css
<style>
a { background-color: #54A2F7; }
a { background-color: rgb(84,162,247); }
div.DivClassName
{
background-color: #54A2F7;
}
.BgClassName
{
background-color: #54A2F7;
}
</style>
border-color css
<style>
span { border-color: #54A2F7; }
span { border-color: rgb(84,162,247); }
td.TdClassName
{
border-color: #54A2F7;
}
.TagClassName
{
border-color: #54A2F7;
}
</style>