Shades of Cornflower Blue #549CF1
Tints of Cornflower Blue #549CF1
RGB
CMYK
RGB Variations
Color information
#549CF1 (or 0x549CF1) is known color: Cornflower Blue. HEX triplet: 54, 9C and F1. RGB value is (84,156,241). Sum of RGB (Red+Green+Blue) = 84+156+241=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #549CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549CF1 is #AB630E. Grayscale: #8F8F8F. Windows color (decimal): -11232015 or 15834196. OLE color: 15834196.
HSL color Cylindrical-coordinate representation of color #549CF1: hue angle of 212.48º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #549CF1 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 156 | 241 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.05 |
| HSL | 212.48º | 0.85% | 0.64% | - |
| HSV(B) | 212.48º | 0.65% | 0.95% | - |
| XYZ | 31.42 | 32.01 | 87.74 | - |
| YUV | 144.16 | 182.65 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 241 | 0.65 | 0.35 | 0 | 0.05 | 212.48 | 0.85 | 0.64 |
| Hex | 54 | 9C | F1 | 41 | 23 | 0 | 5 | D4 | 55 | 40 |
| Octal | 124 | 234 | 361 | 101 | 43 | 0 | 5 | 324 | 125 | 100 |
| Binary | 1010100 | 10011100 | 11110001 | 1000001 | 100011 | 0 | 101 | 11010100 | 1010101 | 1000000 |
Color Harmonies of #549CF1
Complementary color
Monochromatic Colors of #549CF1
Black with #549CF1
Text Example
Text Example
White with #549CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549CF1; }
p { color: rgb(84,156,241); }
H1.HeaderClassName
{
color: #549CF1;
}
.AnyTagClassName
{
color: #549CF1;
}
</style>
background-color css
<style>
a { background-color: #549CF1; }
a { background-color: rgb(84,156,241); }
div.DivClassName
{
background-color: #549CF1;
}
.BgClassName
{
background-color: #549CF1;
}
</style>
border-color css
<style>
span { border-color: #549CF1; }
span { border-color: rgb(84,156,241); }
td.TdClassName
{
border-color: #549CF1;
}
.TagClassName
{
border-color: #549CF1;
}
</style>