Shades of Cornflower Blue #549CEA
Tints of Cornflower Blue #549CEA
RGB
CMYK
RGB Variations
Color information
#549CEA (or 0x549CEA) is known color: Cornflower Blue. HEX triplet: 54, 9C and EA. RGB value is (84,156,234). Sum of RGB (Red+Green+Blue) = 84+156+234=474 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.72% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #549CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549CEA is #AB6315. Grayscale: #8E8E8E. Windows color (decimal): -11232022 or 15375444. OLE color: 15375444.
HSL color Cylindrical-coordinate representation of color #549CEA: hue angle of 211.2º 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 #549CEA is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 156 | 234 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.08 |
| HSL | 211.2º | 0.78% | 0.62% | - |
| HSV(B) | 211.2º | 0.64% | 0.92% | - |
| XYZ | 30.4 | 31.6 | 82.34 | - |
| YUV | 143.36 | 179.15 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 234 | 0.64 | 0.33 | 0 | 0.08 | 211.2 | 0.78 | 0.62 |
| Hex | 54 | 9C | EA | 40 | 21 | 0 | 8 | D3 | 4E | 3E |
| Octal | 124 | 234 | 352 | 100 | 41 | 0 | 10 | 323 | 116 | 76 |
| Binary | 1010100 | 10011100 | 11101010 | 1000000 | 100001 | 0 | 1000 | 11010011 | 1001110 | 111110 |
Color Harmonies of #549CEA
Complementary color
Monochromatic Colors of #549CEA
Black with #549CEA
Text Example
Text Example
White with #549CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549CEA; }
p { color: rgb(84,156,234); }
H1.HeaderClassName
{
color: #549CEA;
}
.AnyTagClassName
{
color: #549CEA;
}
</style>
background-color css
<style>
a { background-color: #549CEA; }
a { background-color: rgb(84,156,234); }
div.DivClassName
{
background-color: #549CEA;
}
.BgClassName
{
background-color: #549CEA;
}
</style>
border-color css
<style>
span { border-color: #549CEA; }
span { border-color: rgb(84,156,234); }
td.TdClassName
{
border-color: #549CEA;
}
.TagClassName
{
border-color: #549CEA;
}
</style>