Shades of Cornflower Blue #548CE1
Tints of Cornflower Blue #548CE1
RGB
CMYK
RGB Variations
Color information
#548CE1 (or 0x548CE1) is known color: Cornflower Blue. HEX triplet: 54, 8C and E1. RGB value is (84,140,225). Sum of RGB (Red+Green+Blue) = 84+140+225=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #548CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548CE1 is #AB731E. Grayscale: #848484. Windows color (decimal): -11236127 or 14781524. OLE color: 14781524.
HSL color Cylindrical-coordinate representation of color #548CE1: hue angle of 216.17º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #548CE1 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 140 | 225 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.12 |
| HSL | 216.17º | 0.7% | 0.61% | - |
| HSV(B) | 216.17º | 0.63% | 0.88% | - |
| XYZ | 26.62 | 26.08 | 74.86 | - |
| YUV | 132.95 | 179.95 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 140 | 225 | 0.63 | 0.38 | 0 | 0.12 | 216.17 | 0.7 | 0.61 |
| Hex | 54 | 8C | E1 | 3F | 26 | 0 | C | D8 | 46 | 3D |
| Octal | 124 | 214 | 341 | 77 | 46 | 0 | 14 | 330 | 106 | 75 |
| Binary | 1010100 | 10001100 | 11100001 | 111111 | 100110 | 0 | 1100 | 11011000 | 1000110 | 111101 |
Color Harmonies of #548CE1
Complementary color
Monochromatic Colors of #548CE1
Black with #548CE1
Text Example
Text Example
White with #548CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548CE1; }
p { color: rgb(84,140,225); }
H1.HeaderClassName
{
color: #548CE1;
}
.AnyTagClassName
{
color: #548CE1;
}
</style>
background-color css
<style>
a { background-color: #548CE1; }
a { background-color: rgb(84,140,225); }
div.DivClassName
{
background-color: #548CE1;
}
.BgClassName
{
background-color: #548CE1;
}
</style>
border-color css
<style>
span { border-color: #548CE1; }
span { border-color: rgb(84,140,225); }
td.TdClassName
{
border-color: #548CE1;
}
.TagClassName
{
border-color: #548CE1;
}
</style>