Shades of Cornflower Blue #548EE4
Tints of Cornflower Blue #548EE4
RGB
CMYK
RGB Variations
Color information
#548EE4 (or 0x548EE4) is known color: Cornflower Blue. HEX triplet: 54, 8E and E4. RGB value is (84,142,228). Sum of RGB (Red+Green+Blue) = 84+142+228=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 228 (89.45% from 255 or 50.22% from 454); Max value from RGB is 228 - color contains mainly: blue. Hex color #548EE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548EE4 is #AB711B. Grayscale: #868686. Windows color (decimal): -11235612 or 14978644. OLE color: 14978644.
HSL color Cylindrical-coordinate representation of color #548EE4: hue angle of 215.83º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #548EE4 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 142 | 228 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.11 |
| HSL | 215.83º | 0.73% | 0.61% | - |
| HSV(B) | 215.83º | 0.63% | 0.89% | - |
| XYZ | 27.33 | 26.83 | 77.14 | - |
| YUV | 134.46 | 180.78 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 142 | 228 | 0.63 | 0.38 | 0 | 0.11 | 215.83 | 0.73 | 0.61 |
| Hex | 54 | 8E | E4 | 3F | 26 | 0 | B | D8 | 49 | 3D |
| Octal | 124 | 216 | 344 | 77 | 46 | 0 | 13 | 330 | 111 | 75 |
| Binary | 1010100 | 10001110 | 11100100 | 111111 | 100110 | 0 | 1011 | 11011000 | 1001001 | 111101 |
Color Harmonies of #548EE4
Complementary color
Monochromatic Colors of #548EE4
Black with #548EE4
Text Example
Text Example
White with #548EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548EE4; }
p { color: rgb(84,142,228); }
H1.HeaderClassName
{
color: #548EE4;
}
.AnyTagClassName
{
color: #548EE4;
}
</style>
background-color css
<style>
a { background-color: #548EE4; }
a { background-color: rgb(84,142,228); }
div.DivClassName
{
background-color: #548EE4;
}
.BgClassName
{
background-color: #548EE4;
}
</style>
border-color css
<style>
span { border-color: #548EE4; }
span { border-color: rgb(84,142,228); }
td.TdClassName
{
border-color: #548EE4;
}
.TagClassName
{
border-color: #548EE4;
}
</style>