Shades of Cornflower Blue #548BF1
Tints of Cornflower Blue #548BF1
RGB
CMYK
RGB Variations
Color information
#548BF1 (or 0x548BF1) is known color: Cornflower Blue. HEX triplet: 54, 8B and F1. RGB value is (84,139,241). Sum of RGB (Red+Green+Blue) = 84+139+241=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #548BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548BF1 is #AB740E. Grayscale: #858585. Windows color (decimal): -11236367 or 15829844. OLE color: 15829844.
HSL color Cylindrical-coordinate representation of color #548BF1: hue angle of 218.98º 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 #548BF1 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 139 | 241 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.05 |
| HSL | 218.98º | 0.85% | 0.64% | - |
| HSV(B) | 218.98º | 0.65% | 0.95% | - |
| XYZ | 28.77 | 26.7 | 86.86 | - |
| YUV | 134.18 | 188.28 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 241 | 0.65 | 0.42 | 0 | 0.05 | 218.98 | 0.85 | 0.64 |
| Hex | 54 | 8B | F1 | 41 | 2A | 0 | 5 | DB | 55 | 40 |
| Octal | 124 | 213 | 361 | 101 | 52 | 0 | 5 | 333 | 125 | 100 |
| Binary | 1010100 | 10001011 | 11110001 | 1000001 | 101010 | 0 | 101 | 11011011 | 1010101 | 1000000 |
Color Harmonies of #548BF1
Complementary color
Monochromatic Colors of #548BF1
Black with #548BF1
Text Example
Text Example
White with #548BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548BF1; }
p { color: rgb(84,139,241); }
H1.HeaderClassName
{
color: #548BF1;
}
.AnyTagClassName
{
color: #548BF1;
}
</style>
background-color css
<style>
a { background-color: #548BF1; }
a { background-color: rgb(84,139,241); }
div.DivClassName
{
background-color: #548BF1;
}
.BgClassName
{
background-color: #548BF1;
}
</style>
border-color css
<style>
span { border-color: #548BF1; }
span { border-color: rgb(84,139,241); }
td.TdClassName
{
border-color: #548BF1;
}
.TagClassName
{
border-color: #548BF1;
}
</style>