Shades of Cornflower Blue #548BEF
Tints of Cornflower Blue #548BEF
RGB
CMYK
RGB Variations
Color information
#548BEF (or 0x548BEF) is known color: Cornflower Blue. HEX triplet: 54, 8B and EF. RGB value is (84,139,239). Sum of RGB (Red+Green+Blue) = 84+139+239=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #548BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548BEF is #AB7410. Grayscale: #858585. Windows color (decimal): -11236369 or 15698772. OLE color: 15698772.
HSL color Cylindrical-coordinate representation of color #548BEF: hue angle of 218.71º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #548BEF is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 139 | 239 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.06 |
| HSL | 218.71º | 0.83% | 0.63% | - |
| HSV(B) | 218.71º | 0.65% | 0.94% | - |
| XYZ | 28.47 | 26.58 | 85.29 | - |
| YUV | 133.96 | 187.28 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 239 | 0.65 | 0.42 | 0 | 0.06 | 218.71 | 0.83 | 0.63 |
| Hex | 54 | 8B | EF | 41 | 2A | 0 | 6 | DB | 53 | 3F |
| Octal | 124 | 213 | 357 | 101 | 52 | 0 | 6 | 333 | 123 | 77 |
| Binary | 1010100 | 10001011 | 11101111 | 1000001 | 101010 | 0 | 110 | 11011011 | 1010011 | 111111 |
Color Harmonies of #548BEF
Complementary color
Monochromatic Colors of #548BEF
Black with #548BEF
Text Example
Text Example
White with #548BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548BEF; }
p { color: rgb(84,139,239); }
H1.HeaderClassName
{
color: #548BEF;
}
.AnyTagClassName
{
color: #548BEF;
}
</style>
background-color css
<style>
a { background-color: #548BEF; }
a { background-color: rgb(84,139,239); }
div.DivClassName
{
background-color: #548BEF;
}
.BgClassName
{
background-color: #548BEF;
}
</style>
border-color css
<style>
span { border-color: #548BEF; }
span { border-color: rgb(84,139,239); }
td.TdClassName
{
border-color: #548BEF;
}
.TagClassName
{
border-color: #548BEF;
}
</style>