Shades of Cornflower Blue #54A6EE
Tints of Cornflower Blue #54A6EE
RGB
CMYK
RGB Variations
Color information
#54A6EE (or 0x54A6EE) is known color: Cornflower Blue. HEX triplet: 54, A6 and EE. RGB value is (84,166,238). Sum of RGB (Red+Green+Blue) = 84+166+238=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #54A6EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A6EE is #AB5911. Grayscale: #959595. Windows color (decimal): -11229458 or 15640148. OLE color: 15640148.
HSL color Cylindrical-coordinate representation of color #54A6EE: hue angle of 208.05º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54A6EE is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 166 | 238 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.07 |
| HSL | 208.05º | 0.82% | 0.63% | - |
| HSV(B) | 208.05º | 0.65% | 0.93% | - |
| XYZ | 32.72 | 35.33 | 85.98 | - |
| YUV | 149.69 | 177.83 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 166 | 238 | 0.65 | 0.30 | 0 | 0.07 | 208.05 | 0.82 | 0.63 |
| Hex | 54 | A6 | EE | 41 | 1E | 0 | 7 | D0 | 52 | 3F |
| Octal | 124 | 246 | 356 | 101 | 36 | 0 | 7 | 320 | 122 | 77 |
| Binary | 1010100 | 10100110 | 11101110 | 1000001 | 11110 | 0 | 111 | 11010000 | 1010010 | 111111 |
Color Harmonies of #54A6EE
Complementary color
Monochromatic Colors of #54A6EE
Black with #54A6EE
Text Example
Text Example
White with #54A6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A6EE; }
p { color: rgb(84,166,238); }
H1.HeaderClassName
{
color: #54A6EE;
}
.AnyTagClassName
{
color: #54A6EE;
}
</style>
background-color css
<style>
a { background-color: #54A6EE; }
a { background-color: rgb(84,166,238); }
div.DivClassName
{
background-color: #54A6EE;
}
.BgClassName
{
background-color: #54A6EE;
}
</style>
border-color css
<style>
span { border-color: #54A6EE; }
span { border-color: rgb(84,166,238); }
td.TdClassName
{
border-color: #54A6EE;
}
.TagClassName
{
border-color: #54A6EE;
}
</style>