Shades of Cornflower Blue #549CE6
Tints of Cornflower Blue #549CE6
RGB
CMYK
RGB Variations
Color information
#549CE6 (or 0x549CE6) is known color: Cornflower Blue. HEX triplet: 54, 9C and E6. RGB value is (84,156,230). Sum of RGB (Red+Green+Blue) = 84+156+230=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #549CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549CE6 is #AB6319. Grayscale: #8E8E8E. Windows color (decimal): -11232026 or 15113300. OLE color: 15113300.
HSL color Cylindrical-coordinate representation of color #549CE6: hue angle of 210.41º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #549CE6 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 156 | 230 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.10 |
| HSL | 210.41º | 0.74% | 0.62% | - |
| HSV(B) | 210.41º | 0.63% | 0.9% | - |
| XYZ | 29.83 | 31.37 | 79.35 | - |
| YUV | 142.91 | 177.15 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 230 | 0.63 | 0.32 | 0 | 0.10 | 210.41 | 0.74 | 0.62 |
| Hex | 54 | 9C | E6 | 3F | 20 | 0 | A | D2 | 4A | 3E |
| Octal | 124 | 234 | 346 | 77 | 40 | 0 | 12 | 322 | 112 | 76 |
| Binary | 1010100 | 10011100 | 11100110 | 111111 | 100000 | 0 | 1010 | 11010010 | 1001010 | 111110 |
Color Harmonies of #549CE6
Complementary color
Monochromatic Colors of #549CE6
Black with #549CE6
Text Example
Text Example
White with #549CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549CE6; }
p { color: rgb(84,156,230); }
H1.HeaderClassName
{
color: #549CE6;
}
.AnyTagClassName
{
color: #549CE6;
}
</style>
background-color css
<style>
a { background-color: #549CE6; }
a { background-color: rgb(84,156,230); }
div.DivClassName
{
background-color: #549CE6;
}
.BgClassName
{
background-color: #549CE6;
}
</style>
border-color css
<style>
span { border-color: #549CE6; }
span { border-color: rgb(84,156,230); }
td.TdClassName
{
border-color: #549CE6;
}
.TagClassName
{
border-color: #549CE6;
}
</style>