Shades of Cornflower Blue #549CE5
Tints of Cornflower Blue #549CE5
RGB
CMYK
RGB Variations
Color information
#549CE5 (or 0x549CE5) is known color: Cornflower Blue. HEX triplet: 54, 9C and E5. RGB value is (84,156,229). Sum of RGB (Red+Green+Blue) = 84+156+229=469 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.91% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #549CE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CE5 is #AB631A. Grayscale: #8E8E8E. Windows color (decimal): -11232027 or 15047764. OLE color: 15047764.
HSL color Cylindrical-coordinate representation of color #549CE5: hue angle of 210.21º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #549CE5 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 156 | 229 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.10 |
| HSL | 210.21º | 0.74% | 0.61% | - |
| HSV(B) | 210.21º | 0.63% | 0.9% | - |
| XYZ | 29.69 | 31.32 | 78.61 | - |
| YUV | 142.79 | 176.65 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 229 | 0.63 | 0.32 | 0 | 0.10 | 210.21 | 0.74 | 0.61 |
| Hex | 54 | 9C | E5 | 3F | 20 | 0 | A | D2 | 4A | 3D |
| Octal | 124 | 234 | 345 | 77 | 40 | 0 | 12 | 322 | 112 | 75 |
| Binary | 1010100 | 10011100 | 11100101 | 111111 | 100000 | 0 | 1010 | 11010010 | 1001010 | 111101 |
Color Harmonies of #549CE5
Complementary color
Monochromatic Colors of #549CE5
Black with #549CE5
Text Example
Text Example
White with #549CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549CE5; }
p { color: rgb(84,156,229); }
H1.HeaderClassName
{
color: #549CE5;
}
.AnyTagClassName
{
color: #549CE5;
}
</style>
background-color css
<style>
a { background-color: #549CE5; }
a { background-color: rgb(84,156,229); }
div.DivClassName
{
background-color: #549CE5;
}
.BgClassName
{
background-color: #549CE5;
}
</style>
border-color css
<style>
span { border-color: #549CE5; }
span { border-color: rgb(84,156,229); }
td.TdClassName
{
border-color: #549CE5;
}
.TagClassName
{
border-color: #549CE5;
}
</style>