Shades of Cornflower Blue #548CEA
Tints of Cornflower Blue #548CEA
RGB
CMYK
RGB Variations
Color information
#548CEA (or 0x548CEA) is known color: Cornflower Blue. HEX triplet: 54, 8C and EA. RGB value is (84,140,234). Sum of RGB (Red+Green+Blue) = 84+140+234=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #548CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548CEA is #AB7315. Grayscale: #858585. Windows color (decimal): -11236118 or 15371348. OLE color: 15371348.
HSL color Cylindrical-coordinate representation of color #548CEA: hue angle of 217.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #548CEA is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 140 | 234 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.08 |
| HSL | 217.6º | 0.78% | 0.62% | - |
| HSV(B) | 217.6º | 0.64% | 0.92% | - |
| XYZ | 27.89 | 26.58 | 81.5 | - |
| YUV | 133.97 | 184.45 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 140 | 234 | 0.64 | 0.40 | 0 | 0.08 | 217.6 | 0.78 | 0.62 |
| Hex | 54 | 8C | EA | 40 | 28 | 0 | 8 | DA | 4E | 3E |
| Octal | 124 | 214 | 352 | 100 | 50 | 0 | 10 | 332 | 116 | 76 |
| Binary | 1010100 | 10001100 | 11101010 | 1000000 | 101000 | 0 | 1000 | 11011010 | 1001110 | 111110 |
Color Harmonies of #548CEA
Complementary color
Monochromatic Colors of #548CEA
Black with #548CEA
Text Example
Text Example
White with #548CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548CEA; }
p { color: rgb(84,140,234); }
H1.HeaderClassName
{
color: #548CEA;
}
.AnyTagClassName
{
color: #548CEA;
}
</style>
background-color css
<style>
a { background-color: #548CEA; }
a { background-color: rgb(84,140,234); }
div.DivClassName
{
background-color: #548CEA;
}
.BgClassName
{
background-color: #548CEA;
}
</style>
border-color css
<style>
span { border-color: #548CEA; }
span { border-color: rgb(84,140,234); }
td.TdClassName
{
border-color: #548CEA;
}
.TagClassName
{
border-color: #548CEA;
}
</style>